withTacitType

fun <T : KoTacitTypeProvider> List<T>.withTacitType(type: String, vararg types: String): List<T>

List containing declarations with tacit type.

Return

A list containing declarations with the specified tacit types.

Parameters

type

The tacit type to include.

types

The tacit type(s) to include.


List containing declarations with tacit type.

Return

A list containing declarations with the specified tacit types.

Parameters

types

The tacit type(s) to include.