withoutTypeOf

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

kClass

The Kotlin class representing the type to exclude.

kClasses

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

kClasses

The Kotlin class(es) representing the type(s) to exclude.