Searched refs:isCompletedExceptionally (Results 1 – 5 of 5) sorted by relevance
67 assertTrue(future.isCompletedExceptionally) in testAsCompletableFutureThrowable()83 assertTrue(future.isCompletedExceptionally) in testJobAsCompletableFutureThrowable()99 assertTrue(future.isCompletedExceptionally) in testJobAsCompletableFutureCancellation()
293 assertTrue(future.isCompletedExceptionally) in <lambda>()301 assertFalse(future.isCompletedExceptionally) in <lambda>()
1185 public val isCompletedExceptionally: Boolean get() = state is CompletedExceptionally in <lambda>() constant
1108 * `Deferred.isCompletedExceptionally` and `Deferred.isCancelled` are introduced.
428 public final fun isCompletedExceptionally ()Z