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