|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<java.lang.Boolean> |
Constant.FALSE
Constant for false. |
static Constant<java.lang.Boolean> |
Constant.TRUE
Constant for true. |
| Methods in org.apache.commons.functor.core that return Constant | ||
|---|---|---|
static Constant<java.lang.Boolean> |
Constant.falsePredicate()
Get a Constant that always
returns false |
|
static
|
Constant.of(Z value)
Get a Constant instance for the specified value. |
|
static Constant<java.lang.Boolean> |
Constant.predicate(boolean value)
Get a Constant that always
returns value |
|
static Constant<java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||