TypedState<L, R> extension
- on
-
- AtomAppState<
L, R>
- AtomAppState<
Methods
-
asError(
) → ErrorState< L, R> -
Available on AtomAppState<
L, R> , provided by the TypedState extension -
asLoading(
) → LoadingState< L, R> -
Available on AtomAppState<
L, R> , provided by the TypedState extension -
asSuccess(
) → SuccessState< L, R> -
Available on AtomAppState<
L, R> , provided by the TypedState extension -
isError(
) → bool -
Available on AtomAppState<
L, R> , provided by the TypedState extension -
isLoading(
) → bool -
Available on AtomAppState<
L, R> , provided by the TypedState extension -
isSuccess(
) → bool -
Available on AtomAppState<
L, R> , provided by the TypedState extension