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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java144 * such effects, as appropriate. Method {@link #toCompletableFuture}
867 public CompletableFuture<T> toCompletableFuture(); method in interface:CompletionStage
H A DCompletableFuture.java986 CompletableFuture<T> g = f.apply(s).toCompletableFuture();
1016 CompletableFuture<V> g = f.apply(t).toCompletableFuture();
1152 if (f == null || (b = o.toCompletableFuture()) == null)
1224 if (f == null || (b = o.toCompletableFuture()) == null)
1283 if (f == null || (b = o.toCompletableFuture()) == null)
1424 if (f == null || (b = o.toCompletableFuture()) == null)
1488 if (f == null || (b = o.toCompletableFuture()) == null)
1546 if (f == null || (b = o.toCompletableFuture()) == null)
2199 public CompletableFuture<T> toCompletableFuture() { method in class:CompletableFuture

Completed in 10 milliseconds