Uses of Package
org.apache.commons.functor.core.composite
Packages that use org.apache.commons.functor.core.composite
Package
Description
Collection-based functors, algorithms and utilities.
Functors composed of other functors.
-
-
Classes in org.apache.commons.functor.core.composite used by org.apache.commons.functor.core.compositeClassDescriptionAbstract base class for
WhileDoProcedureandDoWhileProcedureused to implement loop procedures.Abstract base class forBinaryPredicatescomposed of a list ofBinaryPredicates.Abstract base class forPredicatescomposed of a list ofPredicates.Abstract base class forUnaryPredicatescomposed of a list ofUnaryPredicates.ABinaryFunctioncomposed of three binary functions, f, g and h, evaluating the ordered parameters x, y tof(g(x,y),h(x,y)).Type-remembering Helper.Teststo the logical inverse of some other predicate.AUnaryFunctionrepresenting the composition ofUnaryFunctions, "chaining" the output of one to the input of another.Encapsulates a double function evaluation.AUnaryPredicaterepresenting the composition ofUnaryFunctions, "chaining" the output of one to the input of another.AUnaryProcedurerepresenting the composition ofUnaryFunctions, "chaining" the output of one to the input of another.ABinaryFunctionsimiliar to Java's "ternary" or "conditional" operator (? :).ABinaryPredicatesimiliar to Java's "ternary" or "conditional" operator (? :).ABinaryProceduresimiliar to Java's "ternary" or "conditional" operator (? :).AFunctionsimiliar to Java's "ternary" or "conditional" operator (? :).APredicatesimiliar to Java's "ternary" or "conditional" operator (? :).AProceduresimiliar to Java's "ternary" or "conditional" operator (? :).AUnaryFunctionsimiliar to Java's "ternary" or "conditional" operator (? :).AUnaryPredicatesimiliar to Java's "ternary" or "conditional" operator (? :).AUnaryProceduresimiliar to Java's "ternary" or "conditional" operator (? :).Teststo the logical inverse of some other predicate.A BinaryFunction whose result is then run through a UnaryFunction.Type-remembering helper.A BinaryProcedure composed of a BinaryFunction whose result is then run through a UnaryProcedure.Type-remembering helper.A Function whose result is then run through a UnaryFunction.Type-remembering helper.A Procedure composed of a Function whose result is then run through a UnaryProcedure.Type-remembering helper.Transposes (swaps) the arguments to some otherfunction.Transposes (swaps) the arguments to some otherpredicate.Transposes (swaps) the arguments to some otherprocedure.ABinaryFunctioncomposed of one binary function, f, and two unary functions, g and h, evaluating the ordered parameters x, y tof(g(x),h(y)).ABinaryPredicatecomposed of one binary predicate, p, and two unary functions, f and g, evaluating the ordered parameters x, y top(f(x),g(y)).Internal helper.Teststo the logical inverse of some other predicate.