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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java1485 private <U extends T> CompletableFuture<Void> orAcceptStage( method in class:CompletableFuture
2118 return orAcceptStage(null, other, action);
2123 return orAcceptStage(defaultExecutor(), other, action);
2129 return orAcceptStage(screenExecutor(executor), other, action);

Completed in 9 milliseconds