Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.internal.operators.flowable |
Modifier and Type | Method and Description |
---|---|
static <T> Flowable<T> |
Flowable.create(FlowableOnSubscribe<T> source,
BackpressureStrategy mode)
Provides an API (via a cold Flowable) that bridges the reactive world with the callback-style,
generally non-backpressured world.
|
Constructor and Description |
---|
FlowableCreate(FlowableOnSubscribe<T> source,
BackpressureStrategy backpressure) |
Copyright © 2019. All rights reserved.