Interface Predicate1<T0>
- Type Parameters:
T0- Type of argument #0
Function with one parameter returning a native
boolean value.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Predicate1<Object>Predicate that always evaluates tofalse.static final Predicate1<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
-