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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java1176 !d.biAccept(a = src, b = snd, fn, mode > 0 ? null : this))
1183 final <R,S> boolean biAccept(CompletableFuture<R> a, method in class:CompletableFuture
1227 if (e != null || !d.biAccept(this, b, f, null)) {

Completed in 31 milliseconds