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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java618 private <V> CompletableFuture<V> uniApplyStage( method in class:CompletableFuture
2009 return uniApplyStage(null, fn);
2014 return uniApplyStage(defaultExecutor(), fn);
2019 return uniApplyStage(screenExecutor(executor), fn);

Completed in 11 milliseconds