Interface PBiPredicate<T,U>
-
- All Superinterfaces:
BiPredicate<T,U>
- All Known Implementing Classes:
Compare,CompareType,Contains,NotP.NotPBiPredicate,Text,Text.RegexPredicate
public interface PBiPredicate<T,U> extends BiPredicate<T,U>
Marker interface for predefinedBiPredicatepredicates that can be used inPredicate}. Allows to set the name of the predicate that will be used for serialization. Restricts the use of randomBiPredicatewithP.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetPredicateName()Gets predicate name that can be used for serialization.-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
-
-
-
-
Method Detail
-
getPredicateName
default String getPredicateName()
Gets predicate name that can be used for serialization.
-
-