toggle menu
vice-sources
0.9.7
common
switch theme
search in API
vice-sources
/
com.eygraber.vice.sources
Package-level
declarations
Types
Types
Derived
State
Source
Link copied to clipboard
abstract
class
DerivedStateSource
<
T
>
:
ViceSource
<
T
>
,
State
<
T
>
Flow
Source
Link copied to clipboard
abstract
class
FlowSource
<
T
>
:
ViceSource
<
T
>
Loadable
Flow
Source
Link copied to clipboard
@
Stable
abstract
class
LoadableFlowSource
<
T
>
:
StateFlowSource
<
ViceLoadable
<
T
>
>
Molecule
State
Source
Link copied to clipboard
@
Stable
abstract
class
MoleculeStateSource
<
T
>
:
ViceSource
<
T
>
Mutable
State
Source
Link copied to clipboard
abstract
class
MutableStateSource
<
T
>
:
ViceSource
<
T
>
,
State
<
T
>
Saveable
Mutable
State
Source
Link copied to clipboard
abstract
class
SaveableMutableStateSource
<
T
>
:
ViceSource
<
T
>
,
State
<
T
>
State
Flow
Source
Link copied to clipboard
abstract
class
StateFlowSource
<
T
>
:
ViceSource
<
T
>