| Interface | Description |
|---|---|
| Callback<T> |
A callback for a
StreamConsumer. |
| Stream<E> |
An
Iterator over the elements of a dataset of arbitrary origin, including memory, secondary storage, and
network. |
| Class | Description |
|---|---|
| Iteration |
A model of a
Stream iteration, with facilities to control it from within Callbacks and FaultHandlers. |
| LookAheadStream<E> |
Partial
Stream implementation based on look-ahead operations over an underlying stream. |
| StreamConsumer<T> | |
| Utils |
Library utils.
|
Copyright © 2015. All Rights Reserved.