Interface Predicate1<T0>
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate1<Object>FALSEPredicate that always evaluates tofalse.static Predicate1<Object>TRUEPredicate that always evaluates totrue.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(T0 v0)
-
-
-
Field Detail
-
TRUE
static final Predicate1<Object> TRUE
Predicate that always evaluates totrue.- See Also:
Functions.truePredicate1()
-
FALSE
static final Predicate1<Object> FALSE
Predicate that always evaluates tofalse.- See Also:
Functions.falsePredicate1()
-
-
Method Detail
-
apply
boolean apply(T0 v0)
-
-