Searched refs:uniApply (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java132 * uniApply) takes all of the arguments needed to check that an
556 !d.uniApply(a = src, fn, mode > 0 ? null : this))
563 final <S> boolean uniApply(CompletableFuture<S> a, method in class:CompletableFuture
593 if (e != null || !d.uniApply(this, f, null)) {

Completed in 52 milliseconds