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