with All Import Aliases Named
fun <T : KoImportAliasProvider> List<T>.withAllImportAliasesNamed(name: String, vararg names: String): List<T>
List containing declarations that have all specified import aliases.
Return
A list containing declarations with all specified import alias(es).
Parameters
name
The name of the import alias to include.
names
The name(s) of the import alias(es) to include.
fun <T : KoImportAliasProvider> List<T>.withAllImportAliasesNamed(names: Collection<String>): List<T>
List containing declarations that have all specified import aliases.
Return
A list containing declarations with all specified import alias(es).
Parameters
names
The name(s) of the import alias(es) to include.