Package | Description |
---|---|
io.reactivex.internal.operators.maybe |
Modifier and Type | Class and Description |
---|---|
class |
MaybeIgnoreElementCompletable<T>
Turns an onSuccess into an onComplete, onError and onComplete is relayed as is.
|
class |
MaybeIsEmptySingle<T>
Signals true if the source Maybe signals onComplete, signals false if the source Maybe
signals onSuccess.
|
Copyright © 2019. All rights reserved.