Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1256 || !d.biApply(r, s, f, mode > 0 ? null : this)) in tryFire()
1263 final <R,S> boolean biApply(Object r, Object s, in biApply() method in CompletableFuture
1305 d.biApply(r, s, f, null); in biApplyStage()