public interface Promise<T>
T
waitForValue()
void
whenDone(Function<T,?> callable)
T waitForValue() throws InterruptedException
InterruptedException
void whenDone(Function<T,?> callable)
Copyright © 2013. All Rights Reserved.