withoutTextStartingWith

fun <T : KoTextProvider> List<T>.withoutTextStartingWith(prefix: String, vararg prefixes: String): List<T>

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

Return

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

Parameters

prefix

The prefix to exclude.

prefixes

The prefixes to exclude.


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

Return

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

Parameters

prefixes

The prefixes to exclude.