| Interface | Description |
|---|---|
| Copyable<T> |
An interface for classes that supports making copies of their instances.
|
| ForkOperator<S,D> |
An interface for fork operators that convert one input data record into multiple
records.
|
| Class | Description |
|---|---|
| CopyHelper |
A helper class to copy things that may or may not be
Copyable. |
| Forker |
Forks a
RecordStreamWithMetadata into multiple branches specified by a ForkOperator. |
| Forker.ForkedStream<D,S> |
An object containing the forked streams and a
ConnectableFlowable used to connect the stream when all
streams have been subscribed to. |
| Exception | Description |
|---|---|
| CopyNotSupportedException |
A type of
Exceptions thrown when copying is not supported. |