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 Completable |
Completable.fromEmitter(Action1<CompletableEmitter> producer)
Provides an API (in a cold Completable) that bridges the Completable-reactive world
with the callback-based world.
|
Constructor and Description |
---|
CompletableFromEmitter(Action1<CompletableEmitter> producer) |
Copyright © 2018. All rights reserved.