public interface AsyncFutureResult<V> extends AsyncFuture<V>
void
set(V value)
setException(java.lang.Throwable t)
addConsumer
cancel, get, get, isCancelled, isDone
void set(V value)
void setException(java.lang.Throwable t)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.