cdqa.function
Class FalseObjectUnaryPredicate

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

final class FalseObjectUnaryPredicate
extends java.lang.Object
implements ObjectUnaryPredicate


Field Summary
 
Fields inherited from interface cdqa.function.ObjectUnaryPredicate
FALSE, TRUE
 
Constructor Summary
FalseObjectUnaryPredicate()
           
 
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

FalseObjectUnaryPredicate

FalseObjectUnaryPredicate()
Method Detail

apply

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