without Upper Bound Named
fun <T : KoUpperBoundsProvider> List<T>.withoutUpperBoundNamed(name: String, vararg names: String): List<T>
List containing declarations without any of specified upper bounds.
Return
A list containing declarations without any of specified upper bounds.
Parameters
name
The name of the upper bound to exclude.
names
The names of additional upper bounds to exclude.
List containing declarations without any of specified upper bounds.
Return
A list containing declarations without any of specified upper bounds.
Parameters
names
The names of additional upper bounds to exclude.