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