without Text Ending With
fun <T : KoTextProvider> List<T>.withoutTextEndingWith(suffix: String, vararg suffixes: String): List<T>
List containing declarations without text with any of the specified suffix.
Return
A list containing declarations without texts ending with the specified suffixes.
Parameters
suffix
The suffix to exclude.
suffixes
The suffixes to exclude.
List containing declarations without text with any of the specified suffix.
Return
A list containing declarations without texts ending with the specified suffixes.
Parameters
suffixes
The suffixes to exclude.