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.java1331 || !d.biAccept(r, s, f, mode > 0 ? null : this)) in tryFire()
1338 final <R,S> boolean biAccept(Object r, Object s, in biAccept() method in CompletableFuture
1381 d.biAccept(r, s, f, null); in biAcceptStage()