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

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java1356 !d.orApply(a = src, b = snd, fn, mode > 0 ? null : this))
1363 final <R,S extends R> boolean orApply(CompletableFuture<R> a, method in class:CompletableFuture
1398 if (e != null || !d.orApply(this, b, f, null)) {

Completed in 49 milliseconds