with Upper Bound Named
fun <T : KoUpperBoundsProvider> List<T>.withUpperBoundNamed(name: String, vararg names: String): List<T>
List containing declarations that have at least one upper bound with the specified name(s).
Return
A list containing declarations with at least one of the specified upper bound(s).
Parameters
name
The name of the upper bound to include.
names
The names of additional upper bounds to include.
List containing declarations that have at least one upper bound with the specified name(s).
Return
A list containing declarations with at least one of the specified upper bound(s).
Parameters
names
The names of additional upper bounds to include.