| io.reactivex.MaybeTransformer<Upstream, Downstream> | 
Interface to compose Maybes.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract MaybeSource<Downstream> | 
        apply(Maybe<Upstream> upstream)
        
         Applies a function to the upstream Maybe and returns a MaybeSource with
 optionally different element type. 
  
   | ||||||||||
Applies a function to the upstream Maybe and returns a MaybeSource with optionally different element type.
| upstream | the upstream Maybe instance | 
|---|