Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1372 static final class OrApply<T,U extends T,V> extends BiCompletion<T,U,V> { class in CompletableFuture
1374 OrApply(Executor executor, CompletableFuture<V> dep, in OrApply() method in CompletableFuture.OrApply
1395 OrApply<R,S,T> c) { in orApply()
1428 OrApply<T,U,V> c = new OrApply<T,U,V>(e, d, this, b, f); in orApplyStage()