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