public class Waitable<T> extends Object
Waitable(Condition cond)
T
await()
getVal()
boolean
hasVal()
void
provide(T val)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Waitable(Condition cond)
public T await() throws InterruptedException
InterruptedException
public void provide(T val)
public boolean hasVal()
public T getVal()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.