Searched defs:Throwable (Results 1 – 9 of 9) sorted by relevance
34 Function<? super Throwable, ? extends V> fallback, in catching()41 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
35 Function<? super Throwable, ? extends V> fallback, in catching()43 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
214 private fun Throwable.isCancellationCause(coroutineContext: CoroutineContext): Boolean { in isCancellationCause() method220 private fun Throwable.isSameExceptionAs(other: Throwable?): Boolean = method
78 private fun Throwable.attachStacktraceFrom(thread: Thread) { in attachStacktraceFrom() method
83 private fun Throwable.depth(): Int { in depth() method
91 private fun Throwable.checkSuppressed( in Throwable() method
641 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable() method
423 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
20 private fun Throwable.isElementCancelException() = in isElementCancelException() method