with Name Starting With
fun <T : KoNameProvider> List<T>.withNameStartingWith(prefix: String, vararg prefixes: String): List<T>
List containing declarations with name with any of the specified prefix.
Return
A list containing declarations with names starting with the specified prefixes.
Parameters
prefix
The prefix to include.
prefixes
The prefixes to include.
List containing declarations with name with any of the specified prefix.
Return
A list containing declarations with names starting with the specified prefixes.
Parameters
prefixes
The prefixes to include.