Uses of Class
org.apache.commons.functor.core.Identity
-
Packages that use Identity Package Description 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 Modifier and Type Field Description static Identity<java.lang.Object>Identity. INSTANCEA genericIdentity<Object>instance.Methods in org.apache.commons.functor.core that return Identity Modifier and Type Method Description static <T> Identity<T>Identity. instance()Get an Identity instance.
-