Searched defs:Futures (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java64 public final class Futures { class
65 private Futures() {} method in class:Futures
108 return Futures.makeChecked(future, new Function<Exception, X>() {
150 return makeChecked(Futures.<V>immediateFailedFuture(exception),
242 * fast and lightweight, consider {@linkplain Futures#chain(ListenableFuture,
367 * Futures#transform(ListenableFuture, Function) the other overload} or
476 * consider {@linkplain Futures#transform(ListenableFuture, Function) the
942 * Futures#addCallback(ListenableFuture, FutureCallback) the other overload}
1040 "Futures.get exception type (%s) must not be a RuntimeException",
1108 "Futures
[all...]

Completed in 62 milliseconds