|
Class Summary |
| F |
Functional operations on collections with generics support. |
| LazyContinuation<T> |
The result of the evaluation of a LazyFunction. |
| Mapper<S,T> |
Base class used with Flow.map(Mapper) to
define how Flow values are mapped from one type
to another (or otherwise transformed). |
| Mapper2<A,B,C> |
A generalization of Mapper for a two-input function. |
| Predicate<T> |
Used when filtering a collection of objects of a given type; the predicate is passed
each object in turn, and returns true to include the object in the result collection. |
| Worker<T> |
An operational function used with a Flow. |