| Package | Description |
|---|---|
| rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscriber.setProducer(Producer p)
If other subscriber is set (by calling constructor
Subscriber(Subscriber) or
Subscriber(Subscriber, boolean)) then this method calls
setProducer on the other subscriber. |
Copyright © 2025. All rights reserved.