withoutImportNamed

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

List containing declarations without any of specified imports.

Return

A list containing declarations without any of specified imports.

Parameters

name

The name of the import to exclude.

names

The names of additional imports to exclude.


List containing declarations without any of specified imports.

Return

A list containing declarations without any of specified imports.

Parameters

names

The names of additional imports to exclude.