without Parameter Named
fun <T : KoParametersProvider> List<T>.withoutParameterNamed(name: String, vararg names: String): List<T>
List containing declarations without any of specified parameters.
Return
A list containing declarations without any of specified parameters.
Parameters
name
The name of the parameter to exclude.
names
The names of additional parameters to exclude.
List containing declarations without any of specified parameters.
Return
A list containing declarations without any of specified parameters.
Parameters
names
The names of additional parameters to exclude.