public final class PublisherIterableSource<T>
extends java.util.concurrent.atomic.AtomicBoolean
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherIterableSource(java.lang.Iterable<? extends T> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |