withParameterType

Deprecated

Will be removed in version 0.19.0

Replace with

withParameter(predicate)

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.