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