without Upper Bounds
List containing declarations with no upper bounds.
Return
A list containing declarations with no upper bounds.
fun <T : KoUpperBoundsProvider> List<T>.withoutUpperBounds(predicate: (List<KoTypeDeclaration>) -> Boolean): List<T>
List containing declarations without upper bound declarations satisfying the predicate.
Return
A list containing declarations without upper bound declarations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by the list of upper bound declarations.