| Class and Description |
|---|
| BiFunction
A function of two arguments
|
| Function
A function of one argument
|
| IReducingFunction
A complete reducing function.
|
| IStepFunction
A reducing step function.
|
| ITransducer
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
Boolean predicate of one argument
|
Copyright © 2014. All rights reserved.