Package | Description |
---|---|
org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
Class and Description |
---|
AbstractLoopNullaryProcedure
Abstract base class for
WhileDoNullaryProcedure and DoWhileNullaryProcedure
used to implement loop procedures. |
And |
BinaryAnd |
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)) . |
BinaryOr |
BinarySequence |
CompositeBinaryFunction
A
BinaryFunction composed of
one binary function, f, and two
functions, g and h,
evaluating the ordered parameters x, y
to f(g(x),h(y)) . |
CompositeBinaryPredicate
A
BinaryPredicate composed of
one binary predicate, p, and two
functions, f and g,
evaluating the ordered parameters x, y
to p(f(x),g(y)) . |
CompositeFunction |
CompositePredicate |
CompositeProcedure |
NullaryAnd |
NullaryOr |
NullarySequence |
Or |
Sequence |
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 . |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.