public final class PublisherScalarAsyncSource<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherScalarAsyncSource(java.util.concurrent.Callable<? extends T> callable) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |