withTextEndingWith

fun <T : KoTextProvider> List<T>.withTextEndingWith(suffix: String, vararg suffixes: String): List<T>

List containing declarations with text with any of the specified suffix.

Return

A list containing declarations with texts ending with the specified suffixes.

Parameters

suffix

The suffix to include.

suffixes

The suffixes to include.


List containing declarations with text with any of the specified suffix.

Return

A list containing declarations with texts ending with the specified suffixes.

Parameters

suffixes

The suffixes to include.