with Text Starting With
fun <T : KoTextProvider> List<T>.withTextStartingWith(prefix: String, vararg prefixes: String): List<T>
List containing declarations with text with any of the specified prefix.
Return
A list containing declarations with texts starting with the specified prefixes.
Parameters
prefix
The prefix to include.
prefixes
The prefixes to include.
List containing declarations with text with any of the specified prefix.
Return
A list containing declarations with texts starting with the specified prefixes.
Parameters
prefixes
The prefixes to include.