ParameterDelegate

abstract class ParameterDelegate<T>(val paramName: String)

Constructors

Link copied to clipboard
fun ParameterDelegate(paramName: String)

Functions

Link copied to clipboard
open operator fun getValue(thisRef: Parametrized, property: KProperty<*>): T?
Link copied to clipboard
open operator fun setValue(    thisRef: Parametrized,     property: KProperty<*>,     value: T?)

Properties

Link copied to clipboard
val paramName: String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard