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