without All Type Parameters
fun <T : KoTypeParameterProvider> List<T>.withoutAllTypeParameters(predicate: (KoTypeParameterDeclaration) -> Boolean): List<T>
List containing declarations that have at least one type parameter not satisfying the provided predicate.
Return
A list containing declarations that have at least one type parameter not satisfying the provided predicate.
Parameters
predicate
A function that defines the condition to be met by all type parameter declarations.