Searched defs:checkedGet (Results 1 – 4 of 4) sorted by relevance
63 V checkedGet() throws X; in checkedGet() method75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X; in checkedGet() method
76 public V checkedGet() throws X { in checkedGet() method in AbstractCheckedFuture105 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { in checkedGet() method in AbstractCheckedFuture
45 public V checkedGet() throws X { in checkedGet() method in ForwardingCheckedFuture50 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { in checkedGet() method in ForwardingCheckedFuture
169 public V checkedGet() { in checkedGet() method in Futures.ImmediateSuccessfulCheckedFuture174 public V checkedGet(long timeout, TimeUnit unit) { in checkedGet() method in Futures.ImmediateSuccessfulCheckedFuture229 public V checkedGet() throws X { in checkedGet() method in Futures.ImmediateFailedCheckedFuture234 public V checkedGet(long timeout, TimeUnit unit) throws X { in checkedGet() method in Futures.ImmediateFailedCheckedFuture