Uses of Package
org.apache.commons.functor.core

Packages that use org.apache.commons.functor.core
org.apache.commons.functor.core Commonly used functor implementations. 
 

Classes in org.apache.commons.functor.core used by org.apache.commons.functor.core
Constant
          Evaluates to constant value.
Identity
          Evaluates to its input argument.
IsEqual
          Tests true iff its arguments are equal or both null.
IsInstance
          Tests true iff its argument is an instance of some specified Class.
IsNotEqual
          Tests true iff its arguments are not equal or both null.
IsNotNull
          Tests false iff its argument is null.
IsNotSame
          Tests the reference (!=) inequality of its arguments.
IsNull
          Tests true iff its argument is null.
IsSame
          Tests the reference (==) equality of its arguments.
NoOp
          A procedure that does nothing at all.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.