Downstream - the value type of the downstreamUpstream - the value type of the upstreampublic interface FlowableOperator<Downstream,Upstream>
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super Upstream> |
apply(org.reactivestreams.Subscriber<? super Downstream> observer)
Applies a function to the child Subscriber and returns a new parent Subscriber.
|
@NonNull org.reactivestreams.Subscriber<? super Upstream> apply(@NonNull org.reactivestreams.Subscriber<? super Downstream> observer) throws java.lang.Exception
observer - the child Subscriber instancejava.lang.Exception - on failure