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 |
onError(Throwable throwable) |
void |
onNext(Iterable<U> nextItems) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public 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 onError(Throwable throwable)
public void onComplete()
onComplete
in interface org.reactivestreams.Subscriber<Iterable<U>>
onComplete
in class DelegatingSubscriber<Iterable<U>,U>
Copyright © 2022. All rights reserved.