withSourceType

fun <T : KoSourceTypeProvider> List<T>.withSourceType(name: String, vararg names: String): List<T>

List containing declarations with source type.

Return

A list containing declarations with the specified source types.

Parameters

name

The source type name to include.

names

The source type name(s) to include.


List containing declarations with source type.

Return

A list containing declarations with the specified source types.

Parameters

names

The source type name(s) to include.