Interface Predicate2<T0,T1>
- Type Parameters:
T0- Type of argument #0T1- Type of argument #1
Function with two parameters returning a native
boolean value.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Predicate2<Object,Object> Predicate that always evaluates tofalse.static final Predicate2<Object,Object> Predicate that always evaluates totrue. -
Method Summary
-
Field Details
-
TRUE
Predicate that always evaluates totrue.- See Also:
-
FALSE
Predicate that always evaluates tofalse.- See Also:
-
-
Method Details
-
apply
-