Home
last modified time | relevance | path

Searched refs:biAccept (Results 1 – 1 of 1) sorted by relevance

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