A utility class that can be used in tandem with Fetch to provide an error with some cached data.
Alias for a flow that fetches a faulty result.
Encapsulates a reactive asynchronous future, such as.
Alias for a Flow of Fetch statuses.
A fetch operation that is currently in progress.
A fetch operation that has finished.
Alias for a flow that fetches a maybe result.
Alias for a flow that fetches an outcome result.
A fetch operation that has not yet been started.
Alias for a flow that fetches a result.
AbstractFlow implementation for FetchFlow.
Emit the result of block, with a built-in try-catch.
Create a new FetchFlow with the given block of code to execute.
Send a fetch in progress status to the current flow-scope.
Send a fetch finished status to the current flow-scope, with the encapsulated result.
Transforms the encapsulated error and cache.
Transforms the encapsulated cache.
Transforms the encapsulated error.
Send a fetch not started status to the current flow-scope.