with Parameter Type
fun <T : KoFunctionTypeDeclarationProvider> List<T>.withParameterType(predicate: (KoParameterDeclaration) -> Boolean): List<T>
Deprecated
Will be removed in version 0.19.0
Replace with
withParameter(predicate)
Content copied to clipboard
Filters the list by parameter type using the given predicate.
Return
A list of function declarations that match the predicate for at least one parameter type.
Parameters
predicate
A function that defines the condition to be met by the parameter type.