Searched refs:biAccept (Results 1 – 1 of 1) sorted by relevance
1176 !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 CompletableFuture1227 if (e != null || !d.biAccept(this, b, f, null)) { in biAcceptStage()