Commute
Commute
/
com.dwarshb.commute.presentation
/
State
State
sealed
class
State
<
out
T
>
Content copied to clipboard
Created at December 24, 2021
Author
Darshan Bhanushali
Types
Inheritors
Types
Data
State
Link copied to clipboard
data
class
DataState
<
T
>
(
data
:
T
)
:
State
<
T
>
Content copied to clipboard
Error
State
Link copied to clipboard
data
class
ErrorState
(
exception
:
Throwable
)
:
State
<
Nothing
>
Content copied to clipboard
Loading
State
Link copied to clipboard
object
LoadingState
:
State
<
Nothing
>
Content copied to clipboard
Inheritors
LoadingState
Link copied to clipboard
ErrorState
Link copied to clipboard
DataState
Link copied to clipboard