Uses of Class
org.apache.commons.functor.core.IsSame
-
Packages that use IsSame Package Description org.apache.commons.functor.core Commonly used functor implementations. -
-
Uses of IsSame in org.apache.commons.functor.core
Fields in org.apache.commons.functor.core declared as IsSame Modifier and Type Field Description static IsSame<java.lang.Object,java.lang.Object>IsSame. INSTANCEBasic IsSameMethods in org.apache.commons.functor.core that return IsSame Modifier and Type Method Description static <L,R>
IsSame<L,R>IsSame. instance()Get an IsSame instance.
-