T1
- The type of the object to compare.public abstract static class Predicates.Predicate1<T1> extends Functions.Function1<T1,java.lang.Boolean>
Constructor and Description |
---|
Predicates.Predicate1() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
apply(T1 t1) |
abstract boolean |
evaluate(T1 t1) |
getParameterType1, getReturnType
public final java.lang.Boolean apply(T1 t1)
apply
in class Functions.Function1<T1,java.lang.Boolean>
public abstract boolean evaluate(T1 t1)