with Type Parameter
fun <T : KoTypeParameterProvider> List<T>.withTypeParameter(predicate: (KoTypeParameterDeclaration) -> Boolean): List<T>
List containing declarations that have at least one type parameter satisfying the provided predicate.
Return
A list containing declarations with at least one type parameter satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by a type parameter declaration.