Searched defs:BiApply (Results 1 – 1 of 1) sorted by relevance
1241 static final class BiApply<T,U,V> extends BiCompletion<T,U,V> { class in CompletableFuture1243 BiApply(Executor executor, CompletableFuture<V> dep, in BiApply() method in CompletableFuture.BiApply