Class Predicates2<T,P>

java.lang.Object
org.eclipse.collections.impl.block.factory.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, with the exception of and, or, not and all of 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: