Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DCompletableFuture.java1076 !d.biApply(a = src, b = snd, fn, mode > 0 ? null : this)) in tryFire()
1083 final <R,S> boolean biApply(CompletableFuture<R> a, in biApply() method in CompletableFuture
1126 if (e != null || !d.biApply(this, b, f, null)) { in biApplyStage()