| Class | Description |
|---|---|
| BufferSpecification | |
| BufferSpecification.EndStreamMatcher<T,U> | |
| ClassBasedId<T> | |
| CombineWithLatestStreamId<T,D,R> |
Given a data stream and a stream of triggering events, the resulting stream emits as soon as the trigger stream
emits.
|
| CompositionStreamId<X,T> |
Generic implementation of
StreamId which in conjunction with the
CompositionStreamFactory allows for the easy creation of
general purpose streams based on composition of streams. |
| DelayedStreamId<T> |
Delay the items emitted by the stream created with the target
StreamId by the specified Duration |
| DerivedStreamId<S,T> |
A stream id, that applies the provided function to transform the elements of the data stream.
|
| FilteredStreamId<T> |
Filter the items of the stream by applying the specified
FilteredStreamId.predicate(). |
| OverlapBufferStreamId<T> |
Provide an overlapping buffer for the specified
OverlapBufferStreamId.sourceId. |
| Enum | Description |
|---|---|
| StreamingPoolHook |