without Type Arguments
List containing declarations with no type arguments.
Return
A list containing declarations with no type arguments.
fun <T : KoTypeArgumentProvider> List<T>.withoutTypeArguments(predicate: (List<KoTypeArgumentDeclaration>) -> Boolean): List<T>
List containing declarations without type argument declarations satisfying the predicate.
Return
A list containing declarations without type argument declarations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by the list of type argument declarations.