public class CompletableImpl extends java.lang.Object implements Completable, org.reactivestreams.Subscription
构造器和说明 |
---|
CompletableImpl(java.lang.Throwable cause,
java.util.function.Consumer<CompletableEmitter> emitterConsumer) |
限定符和类型 | 方法和说明 |
---|---|
void |
cancel() |
void |
request(long l) |
void |
subscribe(org.reactivestreams.Subscriber<? super java.lang.Void> subscriber) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
complete, create, error
public CompletableImpl(java.lang.Throwable cause, java.util.function.Consumer<CompletableEmitter> emitterConsumer)
public void subscribe(org.reactivestreams.Subscriber<? super java.lang.Void> subscriber)
subscribe
在接口中 org.reactivestreams.Publisher<java.lang.Void>
public void request(long l)
request
在接口中 org.reactivestreams.Subscription
public void cancel()
cancel
在接口中 org.reactivestreams.Subscription