Searched refs:ExceptionalCompletionFunction (Results 1 – 1 of 1) sorted by relevance
483 static final class ExceptionalCompletionFunction<T> extends ExceptionalFunction<T, T> { class in CompletionStageTest485 ExceptionalCompletionFunction(T result) { in ExceptionalCompletionFunction() method in CompletionStageTest.ExceptionalCompletionFunction522 ExceptionalCompletionFunction fn = new ExceptionalCompletionFunction(expectedResult); in testExceptionallyAsync()547 ExceptionalCompletionFunction fn = new ExceptionalCompletionFunction(expectedResult); in testExceptionallyAsyncWithExecutor()