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