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