ArgumentsBinder

sealed interface ArgumentsBinder

Builder of parameter-argument pairs of a function call. Allows binding each argument to its corresponding parameter, and may throw an exception if some cannot be paired.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun createBindings(parameters: List<FunctionParameter<*>>): ArgumentBindings