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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java45 * 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> { interface
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<
[all...]

Completed in 15 milliseconds