withArgumentNamed

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

List containing declarations that have at least one argument with the specified name(s).

Return

A list containing declarations with at least one of the specified argument(s).

Parameters

name

The name of the argument to include.

names

The names of additional arguments to include.


List containing declarations that have at least one argument with the specified name(s).

Return

A list containing declarations with at least one of the specified argument(s).

Parameters

names

The names of additional arguments to include.