Searched refs:BiApply (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletableFuture.java | 1093 static final class BiApply<T,U,V> extends BiCompletion<T,U,V> { class in CompletableFuture 1095 BiApply(Executor executor, CompletableFuture<V> dep, in BiApply() method in CompletableFuture.BiApply 1115 BiApply<R,S,T> c) { in biApply() 1156 BiApply<T,U,V> c = new BiApply<T,U,V>(e, d, this, b, f); in biApplyStage()
|