lombok-pg -

lombok
Class Predicates.Predicate1<T1>

java.lang.Object
  extended by lombok.Functions.Function1<T1,Boolean>
      extended by 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.


Constructor Summary
Predicates.Predicate1()
           
 
Method Summary
 Boolean apply(T1 t1)
           
abstract  boolean evaluate(T1 t1)
           
 
Methods inherited from class lombok.Functions.Function1
getParameterType1, getReturnType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predicates.Predicate1

public Predicates.Predicate1()
Method Detail

apply

public final Boolean apply(T1 t1)
Specified by:
apply in class Functions.Function1<T1,Boolean>

evaluate

public abstract boolean evaluate(T1 t1)

lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.