HomeSort by relevance Sort by last modified time
    Searched refs:CompletionStage (Results 1 - 6 of 6) 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...]
CompletableFuture.java 47 * value and status), and may be used as a {@link CompletionStage},
59 * interface {@link CompletionStage} with the following policies: <ul>
79 * <li>All CompletionStage methods are implemented independently of
115 public class CompletableFuture<T> implements Future<T>, CompletionStage<T> {
150 * Support for each kind of CompletionStage relies on a separate
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 30 import java.util.concurrent.CompletionStage;
597 Function<? super T,? extends CompletionStage<U>> a) {
616 CompletionStage<? extends U> g,
622 CompletionStage<? extends U> g,
628 CompletionStage<?> g,
634 CompletionStage<? extends T> g,
640 CompletionStage<? extends T> g,
671 Function<? super T,? extends CompletionStage<U>> a) {
690 CompletionStage<? extends U> g,
696 CompletionStage<? extends U> g
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /prebuilts/sdk/24/
android.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 176 milliseconds