Package dev.floofy.utils.java

Types

Link copied to clipboard
open class SetOnceGetValue<T>
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>>

Delegate property to handle a SetOnceGetValue object.