Member predicate Callable::paramsString
Gets a parenthesized string containing all parameter types of this callable,
separated by a comma and space. For the parameter types the unqualified string
representation is used. If this callable has no parameters, the result is ().
For example, the method void printf(java.lang.String, java.lang.Object...)
has the params string (String, Object[]).