with Import Alias Named
fun <T : KoImportAliasProvider> List<T>.withImportAliasNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one import alias with the specified name(s).
Return
A list containing declarations with at least one of the specified import alias(es).
Parameters
name
The name of the import alias to include.
names
The names of additional import aliases to include.
List containing declarations that have at least one import alias with the specified name(s).
Return
A list containing declarations with at least one of the specified import alias(es).
Parameters
names
The names of additional import aliases to include.