Searched refs:biApply (Results 1 – 1 of 1) sorted by relevance
1105 !d.biApply(a = src, b = snd, fn, mode > 0 ? null : this)) in tryFire()1112 final <R,S> boolean biApply(CompletableFuture<R> a, in biApply() method in CompletableFuture1155 if (e != null || !d.biApply(this, b, f, null)) { in biApplyStage()