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