withNameContaining

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

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

Return

A list containing declarations with names containing the specified texts.

Parameters

text

The text to include.

texts

The texts to include.


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

Return

A list containing declarations with names containing the specified texts.

Parameters

texts

The texts to include.