| Package | Description |
|---|---|
| org.apache.commons.functor.core |
Commonly used functor implementations.
|
| Class and Description |
|---|
Constant
Evaluates to constant value. |
Identity
Evaluates to its input argument. |
| IsEqual |
| IsInstance |
| IsNotEqual |
| IsNotNull |
IsNotSame
Tests the reference (! |
| IsNull |
IsSame
Tests the reference (==) equality of its arguments. |
| Limit
A predicate that returns
true
the first n times it is invoked, and
false thereafter. |
| NoOp
A procedure that does nothing at all.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.