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