See: Description
| Class | Description |
|---|---|
| AbstractLoopNullaryProcedure |
Abstract base class for
WhileDoNullaryProcedure and DoWhileNullaryProcedure
used to implement loop procedures. |
| And<A> | |
| BinaryAnd<L,R> | |
| BinaryCompositeBinaryFunction<L,R,T> |
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<L,R> |
Tests to the logical inverse
of some other predicate. |
| BinaryOr<L,R> | |
| BinarySequence<L,R> | |
| Composite |
Utility/fluent methods for creating composite functors.
|
| CompositeBinaryFunction<L,R,T> |
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<L,R> |
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<A,T> | |
| CompositePredicate<A> | |
| CompositeProcedure<A> | |
| Conditional |
Utility methods for creating conditional functors.
|
| ConditionalBinaryFunction<L,R,T> |
A
BinaryFunction
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalBinaryPredicate<L,R> |
A
BinaryPredicate
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalBinaryProcedure<L,R> |
A
BinaryProcedure
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalFunction<A,T> |
A
Function
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalNullaryFunction<T> |
A
NullaryFunction
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalNullaryPredicate |
A
NullaryPredicate
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalNullaryProcedure |
A
NullaryProcedure
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalPredicate<A> |
A
Predicate
similiar to Java's "ternary"
or "conditional" operator (? :). |
| ConditionalProcedure<A> |
A
Procedure
similiar to Java's "ternary"
or "conditional" operator (? :). |
| DoWhileNullaryProcedure |
A
NullaryProcedure implementation of a while loop. |
| Not<A> |
Tests to the logical inverse
of some other predicate. |
| NullaryAnd | |
| NullaryNot |
Tests to the logical inverse
of some other predicate. |
| NullaryOr | |
| NullarySequence | |
| Or<A> | |
| Sequence<A> | |
| TransformedBinaryFunction<L,R,T> |
A BinaryFunction whose result is then run through a Function.
|
| TransformedBinaryProcedure<L,R> |
A BinaryProcedure composed of a BinaryFunction whose result is then run through a Procedure.
|
| TransformedNullaryFunction<T> |
A NullaryFunction whose result is then run through a Function.
|
| TransformedNullaryProcedure |
A NullaryProcedure composed of a NullaryFunction whose result is then run through a Procedure.
|
| TransposedFunction<L,R,T> |
Transposes (swaps) the arguments to some other
function. |
| TransposedPredicate<L,R> |
Transposes (swaps) the arguments to some other
predicate. |
| TransposedProcedure<L,R> |
Transposes (swaps) the arguments to some other
procedure. |
| WhileDoNullaryProcedure |
A
NullaryProcedure implementation of a while loop. |
Functors composed of other functors.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.