Package it.unibo.alchemist.util
Class LazyMutable
-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
,kotlin.properties.ReadWriteProperty
public final class LazyMutable<T extends Object> implements ReadWriteProperty<Any, T>
A delegate allowing to lazily initialise a non-null mutable variable (= var).