public class CompletableImpl extends Object implements Completable, org.reactivestreams.Subscription
| Constructor and Description |
|---|
CompletableImpl(Throwable cause,
Consumer<CompletableEmitter> emitterConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
request(long l) |
void |
subscribe(org.reactivestreams.Subscriber<? super Void> subscriber) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomplete, create, errorpublic CompletableImpl(Throwable cause, Consumer<CompletableEmitter> emitterConsumer)
public void subscribe(org.reactivestreams.Subscriber<? super Void> subscriber)
subscribe in interface org.reactivestreams.Publisher<Void>public void request(long l)
request in interface org.reactivestreams.Subscriptionpublic void cancel()
cancel in interface org.reactivestreams.SubscriptionCopyright © 2025. All rights reserved.