withAllImportsNamed

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

List containing declarations that have all specified imports.

Return

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

Parameters

name

The name of the import to include.

names

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


List containing declarations that have all specified imports.

Return

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

Parameters

names

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