withTacitTypeOf

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

List containing declarations with tacit type.

Return

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

Parameters

kClass

The Kotlin class representing the tacit type to include.

kClasses

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


List containing declarations with tacit type.

Return

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

Parameters

kClasses

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