hasAllParameterTypes

Deprecated

Will be removed in version 0.19.0

Replace with

hasAllParameters

Checks if all parameter types match the given predicate.

Return

true if all parameter types match the predicate, otherwise false.

Parameters

predicate

A function that evaluates each parameter declaration.