Package-level declarations
Builders and accessors for argument lists.
Types
A list of argument value assignments for a set of parameters. Guarantees that an argument is provided for all parameters without default values.
A builder lambda for a ArgumentList.Builder.
Functions
Builds an ArgumentList for a set of parameters. Parameters which are not set will use their default values if they have one. Successfully building an ArgumentList guarantees that values are provided for all parameters without default values.
Builds an ArgumentList for a set of parameters, where all argument values are known. The size of args must exactly match the size of parameters.
Builds an ArgumentList for a set of parameters. Parameters which are not set will use their default values if they have one. Successfully building an ArgumentList guarantees that values are provided for all parameters without default values.