cdqa.function
Class TrueObjectUnaryPredicate

java.lang.Object
  extended by cdqa.function.TrueObjectUnaryPredicate
All Implemented Interfaces:
ObjectUnaryPredicate

final class TrueObjectUnaryPredicate
extends java.lang.Object
implements ObjectUnaryPredicate


Field Summary
 
Fields inherited from interface cdqa.function.ObjectUnaryPredicate
FALSE, TRUE
 
Constructor Summary
TrueObjectUnaryPredicate()
           
 
Method Summary
 boolean apply(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueObjectUnaryPredicate

TrueObjectUnaryPredicate()
Method Detail

apply

public final boolean apply(java.lang.Object o)
Specified by:
apply in interface ObjectUnaryPredicate