subkt / myaa.subkt.tasks / TaskCreator / WrapperDelegate
class WrapperDelegate<T> (source)
Delegate which always returns the constant item.
| Name | Summary |
|---|---|
| <init> | WrapperDelegate(item: T)Delegate which always returns the constant item. |
| Name | Summary |
|---|---|
| item | val item: T |
| Name | Summary |
|---|---|
| getValue | operator fun getValue(receiver: Any?, property: KProperty<*>): T |