withoutSourceTypeOf

fun <T : KoSourceTypeProvider> List<T>.withoutSourceTypeOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>

List containing declarations without source type of.

Return

A list containing declarations without source type matching any of the specified types.

Parameters

kClass

The Kotlin class representing the source type to exclude.

kClasses

The Kotlin classes representing the source types to exclude.


List containing declarations without source type of.

Return

A list containing declarations without source type matching any of the specified types.

Parameters

kClasses

The Kotlin classes representing the source types to exclude.