Searched refs:UniExceptionally (Results 1 – 1 of 1) sorted by relevance
853 static final class UniExceptionally<T> extends UniCompletion<T,T> { class in CompletableFuture855 UniExceptionally(CompletableFuture<T> dep, CompletableFuture<T> src, in UniExceptionally() method in CompletableFuture.UniExceptionally871 UniExceptionally<T> c) { in uniExceptionally()895 UniExceptionally<T> c = new UniExceptionally<T>(d, this, f); in uniExceptionallyStage()