withoutNameStartingWith

fun <T : KoNameProvider> List<T>.withoutNameStartingWith(prefix: String, vararg prefixes: String): List<T>

List containing declarations without name with any of the specified prefix.

Return

A list containing declarations without names starting with the specified prefixes.

Parameters

prefix

The prefix to exclude.

prefixes

The prefixes to exclude.


List containing declarations without name with any of the specified prefix.

Return

A list containing declarations without names starting with the specified prefixes.

Parameters

prefixes

The prefixes to exclude.