withoutNameContaining

fun <T : KoNameProvider> List<T>.withoutNameContaining(text: String, vararg texts: String): List<T>

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

Return

A list containing declarations without names containing the specified texts.

Parameters

text

The text to exclude.

texts

The texts to exclude.


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

Return

A list containing declarations without names containing the specified texts.

Parameters

texts

The texts to exclude.