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