Home
last modified time | relevance | path

Searched defs:checkedGet (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DCheckedFuture.java63 V checkedGet() throws X; in checkedGet() method
75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X; in checkedGet() method
DAbstractCheckedFuture.java76 public V checkedGet() throws X { in checkedGet() method in AbstractCheckedFuture
105 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { in checkedGet() method in AbstractCheckedFuture
DForwardingCheckedFuture.java45 public V checkedGet() throws X { in checkedGet() method in ForwardingCheckedFuture
50 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { in checkedGet() method in ForwardingCheckedFuture
DFutures.java169 public V checkedGet() { in checkedGet() method in Futures.ImmediateSuccessfulCheckedFuture
174 public V checkedGet(long timeout, TimeUnit unit) { in checkedGet() method in Futures.ImmediateSuccessfulCheckedFuture
229 public V checkedGet() throws X { in checkedGet() method in Futures.ImmediateFailedCheckedFuture
234 public V checkedGet(long timeout, TimeUnit unit) throws X { in checkedGet() method in Futures.ImmediateFailedCheckedFuture