withAllParameterTypes

Deprecated

Will be removed in version 0.19.0

Replace with

withAllParameters(predicate)

Filters the list by requiring that all parameter types match the given predicate.

Return

A list of function declarations where all parameter types match the given predicate.

Parameters

predicate

A function that defines the condition to be met by all parameter types.