public class AcceptorSubscribe<R> extends Object implements Acceptor<R>
AcceptorSubscribe(Consumer<R> future)
boolean
accept(R value)
isDone()
isSingle()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AcceptorSubscribe(Consumer<R> future)
public boolean isSingle()
Acceptor
isSingle
Acceptor<R>
public boolean isDone()
isDone
public boolean accept(R value)
accept
Copyright © 2023. All rights reserved.