withoutRepresentedTypeOf

fun <T : KoRepresentsTypeProvider> List<T>.withoutRepresentedTypeOf(kClass: KClass<*>?, vararg kClasses: KClass<*>?): List<T>

List containing declarations that do not represent the type.

Return

A list containing declarations without types matching the specified Kotlin classes.

Parameters

kClass

The Kotlin class representing the type to exclude.

kClasses

The Kotlin classes representing the types to exclude.


List containing declarations that do not represent the type.

Return

A list containing declarations without types matching the specified Kotlin classes.

Parameters

kClasses

The Kotlin classes representing the types to exclude.