
name.remal.kotlin.Throwable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Java & Kotlin tools: common
The newest version!
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