Documentation / dataflow-async / com.femastudios.dataflow.async / AttributeData / loadedInstance
Go to reference
Go to reference
loadedInstance
@JvmStatic fun <T> loadedInstance(value: T): Loaded<T>
Returns a Loaded instance that contains the specified value.
For performance reasons, some common values like true
or 0
may return the same constant Loaded instance.