withoutTextContaining

fun <T : KoTextProvider> List<T>.withoutTextContaining(text: String, vararg texts: String): List<T>

List containing declarations without text containing any of the specified String.

Return

A list containing declarations without texts containing the specified texts.

Parameters

text

The text to exclude.

texts

The texts to exclude.


List containing declarations without text containing any of the specified String.

Return

A list containing declarations without texts containing the specified texts.

Parameters

texts

The texts to exclude.