| Package | Description |
|---|---|
| rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
<R> Single<R> |
Single.compose(Single.Transformer<? super T,? extends R> transformer)
Transform a Single by applying a particular Transformer function to it.
|
Copyright © 2025. All rights reserved.