public class Waitable<T> extends Object
public Waitable(Condition cond)
public T await() throws InterruptedException
InterruptedException
public void provide(T val)
public boolean hasVal()
public T getVal()
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.