Uses of Class
org.apache.commons.functor.core.Identity

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

Uses of Identity in org.apache.commons.functor.core
 

Fields in org.apache.commons.functor.core declared as Identity
static Identity<Object> Identity.INSTANCE
          A generic Identity<Object> instance.
 

Methods in org.apache.commons.functor.core that return Identity
static
<T> Identity<T>
Identity.instance()
          Get an Identity instance.
 



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