Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java853 static final class UniExceptionally<T> extends UniCompletion<T,T> { class in CompletableFuture
855 UniExceptionally(CompletableFuture<T> dep, CompletableFuture<T> src, in UniExceptionally() method in CompletableFuture.UniExceptionally
871 UniExceptionally<T> c) { in uniExceptionally()
895 UniExceptionally<T> c = new UniExceptionally<T>(d, this, f); in uniExceptionallyStage()