Autofiller

class Autofiller<V : Any>(lazyParamTypes: List<Lazy<ContextParamType<*>>>, val filler: Function<V?>)

Constructors

Link copied to clipboard
constructor(lazyParamTypes: List<Lazy<ContextParamType<*>>>, filler: Function<V?>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): List<ContextParamType<*>>
Link copied to clipboard
operator fun component2(): Function<V?>