| Interface | Description |
|---|---|
| BiFunction<T,U,R> |
A function of two arguments
|
| Function<T,R> |
A function of one argument
|
| IReducingFunction<R,T> |
A complete reducing function.
|
| IStepFunction<R,T> |
A reducing step function.
|
| ITransducer<B,C> |
A Transducer transforms a reducing function of one type into a
reducing function of another (possibly the same) type, applying
mapping, filtering, flattening, etc.
|
| Predicate<T> |
Boolean predicate of one argument
|
| Class | Description |
|---|---|
| AReducingFunction<R,T> |
Abstract base class for implementing a reducing function.
|
| AReducingFunctionOn<R,A,B> |
Abstract base class for implementing a reducing function that chains to
another reducing function.
|
| ATransducer<B,C> |
Abstract base class for implementing a transducer that implements
comp.
|
| Fns | |
| Impl |
Helper functions used to implement transducers.
|
Copyright © 2014. All rights reserved.