All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.kotlin.Throwable.kt Maven / Gradle / Ivy

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