public class FlatteningSubscriber<U> extends DelegatingSubscriber<Iterable<U>,U>
subscriber| Constructor and Description |
|---|
FlatteningSubscriber(org.reactivestreams.Subscriber<? super U> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onNext(Iterable<U> nextItems) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
onErrorpublic FlatteningSubscriber(org.reactivestreams.Subscriber<? super U> subscriber)
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<Iterable<U>>onSubscribe in class DelegatingSubscriber<Iterable<U>,U>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<Iterable<U>>onComplete in class DelegatingSubscriber<Iterable<U>,U>Copyright © 2020. All rights reserved.