| Package | Description |
|---|---|
| rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Completable |
Completable.fromEmitter(Action1<CompletableEmitter> producer)
Provides an API (in a cold Completable) that bridges the Completable-reactive world
with the callback-based world.
|
Copyright © 2025. All rights reserved.