Pending

Deprecated

This implementation is deprecated. Please use the new implementation from soil-reacty module instead.

Replace with

import soil.plant.compose.reacty.Loadable
Loadable.Pending

Represents the state of a value that is being loaded.

Properties

Link copied to clipboard
open override val error: Throwable? = null
Link copied to clipboard
open override val errorUpdatedAt: Long = 0
Link copied to clipboard
open override val reply: Reply<Nothing>
Link copied to clipboard
open override val replyUpdatedAt: Long = 0

Functions

Link copied to clipboard
open override fun isAwaited(): Boolean
Link copied to clipboard

Returns a DataModel that represents no data.

Link copied to clipboard

Returns a DataModel that represents pending data.