with Tacit Type Of
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
k Class
The Kotlin class representing the tacit type to include.
k Classes
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
k Classes
The Kotlin class(es) representing the tacit type(s) to include.