| Interface | Description |
|---|---|
| BasicEmitter<T> |
Abstraction over a Subscriber.
|
| Class | Description |
|---|---|
| BasicMergeSubscription<T> |
Subscription coordinator that merges items from a fixed set of source Publishers by
picking the smallest available next item from them based on a Comparator.
|
| Flowables |
Utility class to create Flowable sources.
|
| FlowableTransformers |
Additional operators in the form of
FlowableTransformer,
use Flowable.compose(FlowableTransformer)
to apply the operators to an existing sequence. |
| Enum | Description |
|---|---|
| ExpandStrategy |
Represents the strategies for recursive expansion with the
expand() operator. |