Searched refs:dep (Results 1 – 1 of 1) sorted by relevance
3681 CompletableFuture<?> dep = fun.apply(src); local3682 checkCompletedWithWrappedException(dep, ex);3683 assertSame(resultOf(src), resultOf(dep));3690 CompletableFuture<?> dep = fun.apply(src); local3693 checkCompletedWithWrappedException(dep, ex);3694 assertSame(resultOf(src), resultOf(dep));3705 CompletableFuture<?> dep = fun.apply(src); local3706 checkCompletedWithWrappedCancellationException(dep);3707 assertSame(resultOf(src), resultOf(dep));3715 CompletableFuture<?> dep = fun.apply(src); local[all …]