public class CancelledSubscription$
extends java.lang.Object
implements org.reactivestreams.Subscription, scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static CancelledSubscription$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
CancelledSubscription$() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
request(long elements) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final CancelledSubscription$ MODULE$