|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.commons.functor.adapter | |
|---|---|
| org.apache.commons.functor.adapter | Classes that adapt one functor interface to another. |
| Classes in org.apache.commons.functor.adapter used by org.apache.commons.functor.adapter | |
|---|---|
| BinaryFunctionBinaryPredicate
Adapts a Boolean-valued BinaryFunction to
the BinaryPredicate interface. |
|
| BinaryFunctionBinaryProcedure
Adapts a BinaryFunction
to the BinaryProcedure
interface by ignoring the value returned
by the function. |
|
| BinaryFunctionUnaryFunction
Adapts a BinaryFunction as a UnaryFunction by sending the same argument to both sides of the BinaryFunction. |
|
| BinaryPredicateBinaryFunction
Adapts a BinaryPredicate
to the
BinaryFunction interface. |
|
| BinaryPredicateUnaryPredicate
Adapts a BinaryPredicate as a UnaryPredicate by sending the same argument to both sides of the BinaryPredicate. |
|
| BinaryProcedureBinaryFunction
Adapts a BinaryProcedure
to the
BinaryFunction interface
by always returning null. |
|
| BinaryProcedureUnaryProcedure
Adapts a BinaryProcedure as a UnaryProcedure by sending the same argument to both sides of the BinaryProcedure. |
|
| BoundFunction
Adapts a UnaryFunction
to the
Function interface
using a constant unary argument. |
|
| BoundPredicate
Adapts a UnaryPredicate
to the
Predicate interface
using a constant unary argument. |
|
| BoundProcedure
Adapts a UnaryProcedure
to the
Procedure interface
using a constant unary argument. |
|
| FullyBoundFunction
Adapts a BinaryFunction
to the
Function interface
using constant arguments. |
|
| FullyBoundPredicate
Adapts a BinaryPredicate
to the
UnaryPredicate interface
using a constant left-side argument. |
|
| FullyBoundProcedure
Adapts a BinaryProcedure
to the
Procedure interface
using a constant left-side argument. |
|
| FunctionPredicate
Adapts a Boolean-valued
Function to the
Predicate interface. |
|
| FunctionProcedure
Adapts a Function
to the Procedure
interface by ignoring the value returned
by the function. |
|
| FunctionUnaryFunction
Adapts a Function
to the
UnaryFunction interface
by ignoring the unary argument. |
|
| IgnoreLeftFunction
Adapts a UnaryFunction
to the
BinaryFunction interface
by ignoring the first binary argument. |
|
| IgnoreLeftPredicate
Adapts a UnaryPredicate
to the
BinaryPredicate interface
by ignoring the first binary argument. |
|
| IgnoreLeftProcedure
Adapts a UnaryProcedure
to the
BinaryProcedure interface
by ignoring the first binary argument. |
|
| IgnoreRightFunction
Adapts a UnaryFunction
to the
BinaryFunction interface
by ignoring the second binary argument. |
|
| IgnoreRightPredicate
Adapts a UnaryPredicate
to the
BinaryPredicate interface
by ignoring the second binary argument. |
|
| IgnoreRightProcedure
Adapts a UnaryProcedure
to the
BinaryProcedure interface
by ignoring the second binary argument. |
|
| LeftBoundFunction
Adapts a BinaryFunction
to the
UnaryFunction interface
using a constant left-side argument. |
|
| LeftBoundPredicate
Adapts a BinaryPredicate
to the
UnaryPredicate interface
using a constant left-side argument. |
|
| LeftBoundProcedure
Adapts a BinaryProcedure
to the
UnaryProcedure interface
using a constant left-side argument. |
|
| PredicateFunction
Adapts a Predicate
to the
Function interface. |
|
| PredicateUnaryPredicate
Adapts a Predicate
to the
UnaryPredicate interface
by ignoring the given argument. |
|
| ProcedureFunction
Adapts a Procedure
to the
Function interface
by always returning null. |
|
| ProcedureUnaryProcedure
Adapts a Procedure
to the
UnaryProcedure interface
by ignoring the arguments. |
|
| RightBoundFunction
Adapts a BinaryFunction
to the
UnaryFunction interface
using a constant right-side argument. |
|
| RightBoundPredicate
Adapts a BinaryPredicate
to the
UnaryPredicate interface
using a constant left-side argument. |
|
| RightBoundProcedure
Adapts a BinaryProcedure
to the
UnaryProcedure interface
using a constant left-side argument. |
|
| UnaryFunctionUnaryPredicate
Adapts a Boolean-valued
UnaryFunction
to the UnaryPredicate
interface. |
|
| UnaryFunctionUnaryProcedure
Adapts a UnaryFunction
to the UnaryProcedure
interface by ignoring the value returned
by the function. |
|
| UnaryPredicateUnaryFunction
Adapts a UnaryPredicate
to the
UnaryFunction interface. |
|
| UnaryProcedureUnaryFunction
Adapts a UnaryProcedure
to the
UnaryFunction interface
by always returning null. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||