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