| Interface | Description |
|---|---|
| StreamEvent<T> |
Represents an event emitted by a publisher.
|
| StreamMapper<U,D> |
Fundamentally transforms a stream.
|
| TransformablePublisher<T> |
A wrapper over a
Publisher that makes it more convenient to chain transformations of different kinds. |
| WriteStream<T> |
The write end of a data stream.
|
| YieldRequest |
| Class | Description |
|---|---|
| Streams |
Some lightweight utilities for working with reactive streams.
|