without All Upper Bounds Named
fun <T : KoUpperBoundsProvider> List<T>.withoutAllUpperBoundsNamed(name: String, vararg names: String): List<T>
List containing declarations without all specified upper bounds.
Return
A list containing declarations without all specified upper bound(s).
Parameters
name
The name of the upper bound to exclude.
names
The name(s) of the upper bound(s) to exclude.
fun <T : KoUpperBoundsProvider> List<T>.withoutAllUpperBoundsNamed(names: Collection<String>): List<T>
List containing declarations without all specified upper bounds.
Return
A list containing declarations without all specified upper bound(s).
Parameters
names
The name(s) of the upper bound(s) to exclude.