Package-level declarations
Types
Link copied to clipboard
Getting a non-null variable. If no other value is set, the defaultValue will be used as the value of the variable and no changes are allowed.
Link copied to clipboard
class NotNUllVar<T : Any> @JvmOverloads constructor(val once: Boolean = false) : ReadWriteProperty<Any, T>
Getting a non-null variable.
Link copied to clipboard
Use SingletonHolder to build a singleton with parameters.