Searched defs:whenAllSucceed (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | ClosingFuture.java | 453 public static Combiner whenAllSucceed(Iterable<? extends ClosingFuture<?>> futures) { in whenAllSucceed() method in ClosingFuture 467 public static <V1, V2> Combiner2<V1, V2> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 482 public static <V1, V2, V3> Combiner3<V1, V2, V3> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 497 public static <V1, V2, V3, V4> Combiner4<V1, V2, V3, V4> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 515 public static <V1, V2, V3, V4, V5> Combiner5<V1, V2, V3, V4, V5> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 531 public static Combiner whenAllSucceed( in whenAllSucceed() method in ClosingFuture
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ClosingFuture.java | 452 public static Combiner whenAllSucceed(Iterable<? extends ClosingFuture<?>> futures) { in whenAllSucceed() method in ClosingFuture 466 public static <V1, V2> Combiner2<V1, V2> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 481 public static <V1, V2, V3> Combiner3<V1, V2, V3> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 496 public static <V1, V2, V3, V4> Combiner4<V1, V2, V3, V4> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 514 public static <V1, V2, V3, V4, V5> Combiner5<V1, V2, V3, V4, V5> whenAllSucceed( in whenAllSucceed() method in ClosingFuture 530 public static Combiner whenAllSucceed( in whenAllSucceed() method in ClosingFuture
|