Uses of Package
org.apache.commons.functor.adapter
-
Packages that use org.apache.commons.functor.adapter Package Description 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 Class Description BinaryFunctionBinaryPredicate BinaryFunctionBinaryProcedure Adapts aBinaryFunctionto theBinaryProcedureinterface 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 aBinaryPredicateto theBinaryFunctioninterface.BinaryPredicateUnaryPredicate Adapts a BinaryPredicate as a UnaryPredicate by sending the same argument to both sides of the BinaryPredicate.BinaryProcedureBinaryFunction BinaryProcedureUnaryProcedure Adapts a BinaryProcedure as a UnaryProcedure by sending the same argument to both sides of the BinaryProcedure.BoundFunction Adapts aUnaryFunctionto theFunctioninterface using a constant unary argument.BoundPredicate Adapts aUnaryPredicateto thePredicateinterface using a constant unary argument.BoundProcedure Adapts aUnaryProcedureto theProcedureinterface using a constant unary argument.FullyBoundFunction Adapts aBinaryFunctionto theFunctioninterface using constant arguments.FullyBoundPredicate Adapts aBinaryPredicateto theUnaryPredicateinterface using a constant left-side argument.FullyBoundProcedure Adapts aBinaryProcedureto theProcedureinterface using a constant left-side argument.FunctionPredicate FunctionProcedure FunctionUnaryFunction Adapts aFunctionto theUnaryFunctioninterface by ignoring the unary argument.IgnoreLeftFunction Adapts aUnaryFunctionto theBinaryFunctioninterface by ignoring the first binary argument.IgnoreLeftPredicate Adapts aUnaryPredicateto theBinaryPredicateinterface by ignoring the first binary argument.IgnoreLeftProcedure Adapts aUnaryProcedureto theBinaryProcedureinterface by ignoring the first binary argument.IgnoreRightFunction Adapts aUnaryFunctionto theBinaryFunctioninterface by ignoring the second binary argument.IgnoreRightPredicate Adapts aUnaryPredicateto theBinaryPredicateinterface by ignoring the second binary argument.IgnoreRightProcedure Adapts aUnaryProcedureto theBinaryProcedureinterface by ignoring the second binary argument.LeftBoundFunction Adapts aBinaryFunctionto theUnaryFunctioninterface using a constant left-side argument.LeftBoundPredicate Adapts aBinaryPredicateto theUnaryPredicateinterface using a constant left-side argument.LeftBoundProcedure Adapts aBinaryProcedureto theUnaryProcedureinterface using a constant left-side argument.PredicateFunction PredicateUnaryPredicate Adapts aPredicateto theUnaryPredicateinterface by ignoring the given argument.ProcedureFunction ProcedureUnaryProcedure Adapts aProcedureto theUnaryProcedureinterface by ignoring the arguments.RightBoundFunction Adapts aBinaryFunctionto theUnaryFunctioninterface using a constant right-side argument.RightBoundPredicate Adapts aBinaryPredicateto theUnaryPredicateinterface using a constant left-side argument.RightBoundProcedure Adapts aBinaryProcedureto theUnaryProcedureinterface using a constant left-side argument.UnaryFunctionUnaryPredicate UnaryFunctionUnaryProcedure Adapts aUnaryFunctionto theUnaryProcedureinterface by ignoring the value returned by the function.UnaryPredicateUnaryFunction Adapts aUnaryPredicateto theUnaryFunctioninterface.UnaryProcedureUnaryFunction