Uses of Class
org.apache.commons.functor.core.Constant
Packages that use Constant
-
Uses of Constant in org.apache.commons.functor.core
Fields in org.apache.commons.functor.core declared as ConstantModifier and TypeFieldDescriptionConstant.FALSEConstant forfalse.Constant.TRUEConstant fortrue.Methods in org.apache.commons.functor.core that return ConstantModifier and TypeMethodDescriptionConstant.falsePredicate()Get aConstantthat always returnsfalse.static <T> Constant<T> Constant.of(T value) Get a Constant instance for the specified value.Constant.predicate(boolean value) Get aConstantthat always returns value.Constant.truePredicate()Get aConstantthat always returnstrue.Methods in org.apache.commons.functor.core with parameters of type Constant