HomeSort by relevance Sort by last modified time
    Searched defs:CompletionStage (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletionStage.java 45 * action or computes a value when another CompletionStage completes.
86 * CompletionStage implementations, not this interface. Methods with
126 * the triggering CompletionStage, and computing an arbitrary result.
143 * Implementations of CompletionStage may provide means of achieving
151 public interface CompletionStage<T> {
154 * Returns a new CompletionStage that, when this stage completes
162 * <p>See the {@link CompletionStage} documentation for rules
166 * returned CompletionStage
168 * @return the new CompletionStage
170 public <U> CompletionStage<U> thenApply(Function<? super T,? extends U> fn)
    [all...]
  /prebuilts/sdk/24/
android.jar 

Completed in 67 milliseconds