Loadable
Deprecated
This implementation is deprecated. Please use the new implementation from soil-reacty module instead.
Replace with
import soil.plant.compose.reacty.Loadable
Content copied to clipboard
Loadable
Content copied to clipboard
Promise-like data structure that represents the state of a value that is being loaded.
Currently, this interface is intended for temporary use as a migration to queries. Useful when combining the query.compose.runtime
package with other asynchronous processing.
Parameters
T
The type of the value that has been loaded.