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 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 Summary

    Modifier and Type
    Method
    Description
    default String
    Gets predicate name that can be used for serialization.

    Methods inherited from interface java.util.function.BiPredicate

    and, negate, or, test
  • Method Details

    • getPredicateName

      default String getPredicateName()
      Gets predicate name that can be used for serialization.