without Name Ending With
fun <T : KoNameProvider> List<T>.withoutNameEndingWith(suffix: String, vararg suffixes: String): List<T>
List containing declarations without name with any of the specified suffix.
Return
A list containing declarations without names ending with the specified suffixes.
Parameters
suffix
The suffix to exclude.
suffixes
The suffixes to exclude.
List containing declarations without name with any of the specified suffix.
Return
A list containing declarations without names ending with the specified suffixes.
Parameters
suffixes
The suffixes to exclude.