| Interface | Description |
|---|---|
| Transform<Re extends Reactor,T,R> |
This class is a base class for transforming a stream into another stream.
|
| Class | Description |
|---|---|
| Filter<Re extends Reactor,T> | |
| FlatMap<Re extends Reactor,T,R> |
Transform a Stream R directly to Stream T
|
| Intersection<Re extends Reactor,T> | |
| MapTransform<Re extends Reactor,T,R> |
Transform each member of type R of a Stream into a Stream of type T.
|
| Series<Re extends Reactor,T,R> |
This class generates a collection of R from a data set by applying successive transforms.
|
| Union<Re extends Reactor,T> |