Package-level declarations

Types

Link copied to clipboard

Builder of bindings for all arguments of a function call.

Link copied to clipboard

Parameter-argument pairs of a function call.

Link copied to clipboard
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.

Link copied to clipboard

Builder of bindings for the injected argument subset of a function call.

Link copied to clipboard

Builder of bindings for the regular (not injected) argument subset of a function call.