without Type Parameters
List containing declarations with no type parameters.
Return
A list containing declarations with no type parameters.
fun <T : KoTypeParameterProvider> List<T>.withoutTypeParameters(predicate: (List<KoTypeParameterDeclaration>) -> Boolean): List<T>
List containing declarations without type parameter declarations satisfying the predicate.
Return
A list containing declarations without type parameter declarations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by the list of type parameter declarations.