without Type Of
fun <T : KoNonNullableTypeProvider> List<T>.withoutTypeOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>
fun <T : KoNullableTypeProvider> List<T>.withoutTypeOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>
List containing declarations without type of.
Return
A list containing declarations without type of the specified Kotlin class(es).
Parameters
k Class
The Kotlin class representing the type to exclude.
k Classes
The Kotlin class(es) representing the type(s) to exclude.
List containing declarations without type of.
Return
A list containing declarations without type of the specified Kotlin class(es).
Parameters
k Classes
The Kotlin class(es) representing the type(s) to exclude.