Package dev.floofy.utils.java
Types
Link copied to clipboard
Represents a value that can be set once, but can be fetched at any time in the application lifecycle.
Functions
Link copied to clipboard
fun <T : Any> setOnceGetValue(): ReadOnlyProperty<Any?, SetOnceGetValue<T>>
Content copied to clipboard
Delegate property to handle a SetOnceGetValue object.