
name.remal.kotlin.Throwable.kt Maven / Gradle / Ivy
package name.remal
fun T.findAll(type: Class): List = ThrowableUtils.findAll(this, type)
fun T.findFirst(type: Class): R? = ThrowableUtils.findFirst(this, type)
fun T.findLast(type: Class): R? = ThrowableUtils.findLast(this, type)
fun Throwable.contains(type: Class) = ThrowableUtils.contains(this, type)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy