public final class PublisherDefer<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherDefer(Supplier<? extends org.reactivestreams.Publisher<? extends T>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |