Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.other
/
DataState
Data
State
common
sealed
class
DataState
<
T
>
Inheritors
Loading
Success
Members
Types
Loading
Link copied to clipboard
common
class
Loading
<
T
>
:
DataState
<
T
>
Success
Link copied to clipboard
common
data
class
Success
<
T
>
(
val
data
:
T
)
:
DataState
<
T
>