| Package | Description |
|---|---|
| rx.internal.operators |
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> UnicastSubject |
UnicastSubject.create()
Constructs an empty UnicastSubject instance with the default capacity hint of 16 elements.
|
static <T> UnicastSubject |
UnicastSubject.create(int capacityHint)
Constructs an empty UnicastSubject instance with a capacity hint.
|