Uses of Package
org.apache.commons.functor.core.composite

Packages that use org.apache.commons.functor.core.composite
org.apache.commons.functor.core.composite Functors composed of other functors. 
 

Classes in org.apache.commons.functor.core.composite used by org.apache.commons.functor.core.composite
AbstractLoopProcedure
          Abstract base class for WhileDoProcedure and DoWhileProcedure used to implement loop procedures.
And
          Tests true iff none of its children test false.
BinaryAnd
          Tests true iff none of its children test false.
BinaryCompositeBinaryFunction
          A BinaryFunction composed of three binary functions, f, g and h, evaluating the ordered parameters x, y to f(g(x,y),h(x,y)).
BinaryNot
          Tests to the logical inverse of some other predicate.
BinaryOr
          Tests true iff at least one of its children test true.
BinarySequence
          A BinaryProcedure that runs an ordered sequence of BinaryProcedures.
CompositeUnaryFunction
          A UnaryFunction representing the composition of UnaryFunctions, "chaining" the output of one to the input of another.
CompositeUnaryPredicate
          A UnaryPredicate representing the composition of UnaryFunctions, "chaining" the output of one to the input of another.
CompositeUnaryProcedure
          A UnaryProcedure representing the composition of UnaryFunctions, "chaining" the output of one to the input of another.
ConditionalBinaryFunction
          A BinaryFunction similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalBinaryPredicate
          A BinaryPredicate similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalBinaryProcedure
          A BinaryProcedure similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalFunction
          A Function similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalPredicate
          A Predicate similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalProcedure
          A Procedure similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalUnaryFunction
          A UnaryFunction similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalUnaryPredicate
          A UnaryPredicate similiar to Java's "ternary" or "conditional" operator (? :).
ConditionalUnaryProcedure
          A UnaryProcedure similiar to Java's "ternary" or "conditional" operator (? :).
Not
          Tests to the logical inverse of some other predicate.
Or
          Tests true iff at least one of its children test true.
Sequence
          A Procedure that runs an ordered sequence of Procedures.
TransformedBinaryFunction
          A BinaryFunction whose result is then run through a UnaryFunction.
TransformedBinaryProcedure
          A BinaryProcedure composed of a BinaryFunction whose result is then run through a UnaryProcedure.
TransformedFunction
          A Function whose result is then run through a UnaryFunction.
TransformedProcedure
          A Procedure composed of a Function whose result is then run through a UnaryProcedure.
TransposedFunction
          Transposes (swaps) the arguments to some other function.
TransposedPredicate
          Transposes (swaps) the arguments to some other predicate.
TransposedProcedure
          Transposes (swaps) the arguments to some other procedure.
UnaryAnd
          Tests true iff none of its children test false.
UnaryCompositeBinaryFunction
          A BinaryFunction composed of one binary function, f, and two unary functions, g and h, evaluating the ordered parameters x, y to f(g(x),h(y)).
UnaryCompositeBinaryPredicate
          A BinaryPredicate composed of one binary predicate, p, and two unary functions, f and g, evaluating the ordered parameters x, y to p(f(x),g(y)).
UnaryNot
          Tests to the logical inverse of some other predicate.
UnaryOr
          Tests true iff at least one of its children test true.
UnarySequence
          A UnaryProcedure that runs an ordered sequence of UnaryProcedures.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.