Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.internal.operators.completable |
Modifier and Type | Method and Description |
---|---|
static Completable |
Completable.create(CompletableOnSubscribe source)
Provides an API (via a cold Completable) that bridges the reactive world with the callback-style world.
|
Constructor and Description |
---|
CompletableCreate(CompletableOnSubscribe source) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.