Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingListenableFuture.java61 public abstract static class SimpleForwardingListenableFuture<V> class in ForwardingListenableFuture
65 protected SimpleForwardingListenableFuture(ListenableFuture<V> delegate) { in SimpleForwardingListenableFuture() method in ForwardingListenableFuture.SimpleForwardingListenableFuture