lombok
Class Predicates.Predicate1<T1>
java.lang.Object
lombok.Functions.Function1<T1,Boolean>
lombok.Predicates.Predicate1<T1>
- Type Parameters:
T1 - The type of the object to compare.
- Enclosing class:
- Predicates
public abstract static class Predicates.Predicate1<T1>
- extends Functions.Function1<T1,Boolean>
Represents the method that defines a set of criteria and determines whether the specified object meets those
criteria.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Predicates.Predicate1
public Predicates.Predicate1()
apply
public final Boolean apply(T1 t1)
- Specified by:
apply in class Functions.Function1<T1,Boolean>
evaluate
public abstract boolean evaluate(T1 t1)
Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.