NotNUllVar
class NotNUllVar<T : Any> @JvmOverloads constructor(val once: Boolean = false) : ReadWriteProperty<Any, T> (source)
Getting a non-null variable.
Since
0.0.1
Parameters
T
The variable type.
once
If true, the variable will only set by once, false otherwise.