with All Type Aliases Named
fun <T : KoTypeAliasProvider> List<T>.withAllTypeAliasesNamed(name: String, vararg names: String): List<T>
List containing declarations that have all specified type aliases.
Return
A list containing declarations with all specified type alias(s).
Parameters
name
The name of the type alias to include.
names
The name(s) of the type alias(s) to include.
List containing declarations that have all specified type aliases.
Return
A list containing declarations with all specified type alias(s).
Parameters
names
The name(s) of the type alias(s) to include.