Class Predicates2<T,​P>

  • All Implemented Interfaces:
    Serializable, BiPredicate<T,​P>, Predicate2<T,​P>

    public abstract class Predicates2<T,​P>
    extends Object
    implements Predicate2<T,​P>
    Predicates2 is a static version of Predicates. All of its values are statically initialized, except for and, or, not and all the attribute combination methods. Predicates2 can only work with one parameter, so it is limited to handling only conditions of a simple nature.
    See Also:
    Serialized Form