withoutArgumentNamed

fun <T : KoArgumentProvider> List<T>.withoutArgumentNamed(name: String, vararg names: String): List<T>

List containing declarations without any of specified arguments.

Return

A list containing declarations without any of specified arguments.

Parameters

name

The name of the argument to exclude.

names

The names of additional arguments to exclude.


List containing declarations without any of specified arguments.

Return

A list containing declarations without any of specified arguments.

Parameters

names

The names of additional arguments to exclude.