Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
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> 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.
|
Constructor and Description |
---|
SingleFromEmitter(Action1<SingleEmitter<T>> producer) |
Copyright © 2018. All rights reserved.