Uses of Class
org.apache.commons.functor.core.Constant

Packages that use Constant
org.apache.commons.functor.core Commonly used functor implementations. 
 

Uses of Constant in org.apache.commons.functor.core
 

Fields in org.apache.commons.functor.core declared as Constant
static Constant<Boolean> Constant.FALSE
          Constant for false.
static Constant<Boolean> Constant.TRUE
          Constant for true.
 

Methods in org.apache.commons.functor.core that return Constant
static Constant<Boolean> Constant.falsePredicate()
          Get a Constant that always returns false.
static
<T> Constant<T>
Constant.of(T value)
          Get a Constant instance for the specified value.
static Constant<Boolean> Constant.predicate(boolean value)
          Get a Constant that always returns value.
static Constant<Boolean> Constant.truePredicate()
          Get a Constant that always returns true.
 

Methods in org.apache.commons.functor.core with parameters of type Constant
 boolean Constant.equals(Constant<?> that)
          Learn whether another Constant is equal to this.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.