Autofiller

interface Autofiller<out V, I : ContextIntention<I>>

Infers context values from other context values.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The context parameters types required by this autofiller to create a value of type V.

Functions

Link copied to clipboard
abstract fun fill(values: Array<Any>): V?

Generates a value of type V based on values, which is expected to be an array with the same length as requiredParamTypes, where each entry corresponds to the value of the parameter type at the same index in requiredParamTypes.