withoutAllImportsNamed

fun <T : KoImportProvider> List<T>.withoutAllImportsNamed(name: String, vararg names: String): List<T>

List containing declarations without all specified imports.

Return

A list containing declarations without all specified import(s).

Parameters

name

The name of the import to exclude.

names

The name(s) of the import(s) to exclude.


List containing declarations without all specified imports.

Return

A list containing declarations without all specified import(s).

Parameters

names

The name(s) of the import(s) to exclude.