public interface ListenableContext
| Modifier and Type | Method and Description |
|---|---|
<V> V |
waitForPut(Object key,
Predicate<V> predicate,
int... timeout) |
<V> V |
waitForRemove(Object key,
Predicate<V> predicate,
int... timeout) |
<V> V waitForPut(Object key, Predicate<V> predicate, int... timeout) throws InterruptedException
InterruptedException<V> V waitForRemove(Object key, Predicate<V> predicate, int... timeout) throws InterruptedException
InterruptedExceptionCopyright © 2019. All rights reserved.