withoutTacitTypeOf

fun <T : KoTacitTypeProvider> List<T>.withoutTacitTypeOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>

List containing declarations without tacit type.

Return

A list containing declarations without tacit type of the specified Kotlin class(es).

Parameters

kClass

The Kotlin class representing the tacit type to exclude.

kClasses

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


List containing declarations without tacit type.

Return

A list containing declarations without tacit type of the specified Kotlin class(es).

Parameters

kClasses

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