public final class PublisherSubscribeOn<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherSubscribeOn(org.reactivestreams.Publisher<? extends T> source,
Scheduler scheduler,
boolean requestOn) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |