T
- the upstream typeR
- the output typepublic interface MaybeConverter
Maybe.as(io.reactivex.MaybeConverter)
operator to turn a Maybe into another
value fluently.
History: 2.1.7 - experimental
Modifier and Type | Method and Description |
---|---|
R |
apply(Maybe<T> upstream)
Applies a function to the upstream Maybe and returns a converted value of type
R . |