| 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> |
Deprecated. |
| 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.
|
| FanOutStreamId<T> |
|
| FilteredStreamId<T> |
|
| FlattenedStreamId<T> |
A stream id, that flattens all of the values emitted by another stream of iterables, null values are excluded from
the resulting stream.
|
| IntervalStreamId |
A stream id, which emits values periodically.
|
| MergedErrorStreamId |
Given a source StreamId it published all the (deflected) errors of its ancestors
|
| OverlapBufferStreamId<T> |
Provide an overlapping buffer for the specified source id.
|
| ZippedStreamId<S1,S2,T> |
|