Searched defs:BiRun (Results 1 – 1 of 1) sorted by relevance
1392 static final class BiRun<T,U> extends BiCompletion<T,U,Void> { class in CompletableFuture1394 BiRun(Executor executor, CompletableFuture<Void> dep, in BiRun() method in CompletableFuture.BiRun1414 final boolean biRun(Object r, Object s, Runnable f, BiRun<?,?> c) { in biRun() argument