Interface PBiPredicate<T,U>
- All Superinterfaces:
BiPredicate<T,U>
- All Known Implementing Classes:
Compare,CompareType,Contains,NotP.NotPBiPredicate,Text,Text.RegexPredicate
Marker interface for predefined
BiPredicate predicates that can be used in Predicate}.
Allows to set the name of the predicate that will be used for serialization.
Restricts the use of random BiPredicate with P.-
Method Details
-
getPredicateName
Gets predicate name that can be used for serialization.
-