See: Description
| Class | Description |
|---|---|
| BinaryFunctionBinaryPredicate<L,R> | |
| BinaryFunctionBinaryProcedure<L,R> |
Adapts a
BinaryFunction
to the BinaryProcedure
interface by ignoring the value returned
by the function. |
| BinaryFunctionFunction<A,T> |
Adapts a BinaryFunction as a Function by sending the same argument to both sides of the BinaryFunction.
|
| BinaryPredicateBinaryFunction<L,R> |
Adapts a
BinaryPredicate
to the
BinaryFunction interface. |
| BinaryPredicatePredicate<A> |
Adapts a BinaryPredicate as a Predicate by sending the same argument to both sides of the BinaryPredicate.
|
| BinaryProcedureBinaryFunction<L,R,T> | |
| BinaryProcedureProcedure<A> |
Adapts a BinaryProcedure as a Procedure by sending the same argument to both sides of the BinaryProcedure.
|
| BoundNullaryFunction<T> |
Adapts a
Function
to the
NullaryFunction interface
using a constant unary argument. |
| BoundNullaryPredicate |
Adapts a
Predicate
to the
NullaryPredicate interface
using a constant unary argument. |
| BoundNullaryProcedure |
Adapts a
Procedure
to the
NullaryProcedure interface
using a constant unary argument. |
| FullyBoundNullaryFunction<T> |
Adapts a
BinaryFunction
to the
NullaryFunction interface
using constant arguments. |
| FullyBoundNullaryPredicate |
Adapts a
BinaryPredicate
to the
NullaryPredicate interface
using a constant left-side argument. |
| FullyBoundNullaryProcedure |
Adapts a
BinaryProcedure
to the
NullaryProcedure interface
using a constant left-side argument. |
| FunctionPredicate<A> | |
| FunctionProcedure<A> | |
| IgnoreLeftFunction<L,R,T> |
Adapts a
Function
to the
BinaryFunction interface
by ignoring the first binary argument. |
| IgnoreLeftPredicate<L,R> |
Adapts a
Predicate
to the
BinaryPredicate interface
by ignoring the first binary argument. |
| IgnoreLeftProcedure<L,R> |
Adapts a
Procedure
to the
BinaryProcedure interface
by ignoring the first binary argument. |
| IgnoreRightFunction<L,R,T> |
Adapts a
Function
to the
BinaryFunction interface
by ignoring the second binary argument. |
| IgnoreRightPredicate<L,R> |
Adapts a
Predicate
to the
BinaryPredicate interface
by ignoring the second binary argument. |
| IgnoreRightProcedure<L,R> |
Adapts a
Procedure
to the
BinaryProcedure interface
by ignoring the second binary argument. |
| LeftBoundFunction<A,T> |
Adapts a
BinaryFunction
to the
Function interface
using a constant left-side argument. |
| LeftBoundPredicate<A> |
Adapts a
BinaryPredicate
to the
Predicate interface
using a constant left-side argument. |
| LeftBoundProcedure<A> |
Adapts a
BinaryProcedure
to the
Procedure interface
using a constant left-side argument. |
| NullaryFunctionFunction<A,T> |
Adapts a
NullaryFunction
to the
Function interface
by ignoring the unary argument. |
| NullaryFunctionNullaryPredicate | |
| NullaryFunctionNullaryProcedure |
Adapts a
NullaryFunction
to the NullaryProcedure
interface by ignoring the value returned
by the function. |
| NullaryPredicateNullaryFunction |
Adapts a
Predicate
to the
NullaryFunction interface. |
| NullaryPredicatePredicate<A> |
Adapts a
NullaryPredicate
to the
Predicate interface
by ignoring the given argument. |
| NullaryProcedureNullaryFunction<T> | |
| NullaryProcedureProcedure<A> | |
| PredicateFunction<A> | |
| ProcedureFunction<A,T> | |
| RightBoundFunction<A,T> |
Adapts a
BinaryFunction
to the
Function interface
using a constant right-side argument. |
| RightBoundPredicate<A> |
Adapts a
BinaryPredicate
to the
Predicate interface
using a constant left-side argument. |
| RightBoundProcedure<A> |
Adapts a
BinaryProcedure
to the
Procedure interface
using a constant left-side argument. |
Classes that adapt one functor interface to another.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.