ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
OnInit
/
State
State
sealed
interface
State
Inheritors
Initializing
Error
Finished
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
errors
:
List
<
Throwable
>
)
:
OnInit.State
Finished
Link copied to clipboard
data
object
Finished
:
OnInit.State
Initializing
Link copied to clipboard
data
object
Initializing
:
OnInit.State