public class EmptyPublisher$
extends java.lang.Object
implements org.reactivestreams.Publisher<scala.runtime.Nothing$>, scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static EmptyPublisher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
EmptyPublisher$() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
apply() |
void |
subscribe(org.reactivestreams.Subscriber<?> subscriber) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final EmptyPublisher$ MODULE$