Package | Description |
---|---|
org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
Class and Description |
---|
BinaryFunctionBinaryPredicate |
BinaryFunctionBinaryProcedure
Adapts a
BinaryFunction
to the BinaryProcedure
interface by ignoring the value returned
by the function. |
BinaryPredicateBinaryFunction
Adapts a
BinaryPredicate
to the
BinaryFunction interface. |
BinaryProcedureBinaryFunction |
BoundNullaryFunction
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
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 |
FunctionProcedure |
IgnoreLeftFunction
Adapts a
Function
to the
BinaryFunction interface
by ignoring the first binary argument. |
IgnoreLeftPredicate
Adapts a
Predicate
to the
BinaryPredicate interface
by ignoring the first binary argument. |
IgnoreLeftProcedure
Adapts a
Procedure
to the
BinaryProcedure interface
by ignoring the first binary argument. |
IgnoreRightFunction
Adapts a
Function
to the
BinaryFunction interface
by ignoring the second binary argument. |
IgnoreRightPredicate
Adapts a
Predicate
to the
BinaryPredicate interface
by ignoring the second binary argument. |
IgnoreRightProcedure
Adapts a
Procedure
to the
BinaryProcedure interface
by ignoring the second binary argument. |
LeftBoundFunction
Adapts a
BinaryFunction
to the
Function interface
using a constant left-side argument. |
LeftBoundPredicate
Adapts a
BinaryPredicate
to the
Predicate interface
using a constant left-side argument. |
LeftBoundProcedure
Adapts a
BinaryProcedure
to the
Procedure interface
using a constant left-side argument. |
NullaryFunctionFunction
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
Adapts a
NullaryPredicate
to the
Predicate interface
by ignoring the given argument. |
NullaryProcedureNullaryFunction |
NullaryProcedureProcedure |
PredicateFunction |
ProcedureFunction |
RightBoundFunction
Adapts a
BinaryFunction
to the
Function interface
using a constant right-side argument. |
RightBoundPredicate
Adapts a
BinaryPredicate
to the
Predicate interface
using a constant left-side argument. |
RightBoundProcedure
Adapts a
BinaryProcedure
to the
Procedure interface
using a constant left-side argument. |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.