Provide a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present. Typically, code checks for `null` and then throws an exception.
Provide a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Typically, code checks for
nulland then throws an exception.