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