nutrient
Toggle table of contents
10.10.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
io.nutrient.domain.feature
/
Feature
Feature
class
Feature
<
S
,
T
>
(
val
asStateFlow
:
StateFlow
<
S
>
,
val
actions
:
T
)
Generic feature class to obtain both UI state and access to feature actions in one place.
Members
Constructors
Feature
Link copied to clipboard
constructor
(
asStateFlow
:
StateFlow
<
S
>
,
actions
:
T
)
Properties
actions
Link copied to clipboard
val
actions
:
T
as
State
Flow
Link copied to clipboard
val
asStateFlow
:
StateFlow
<
S
>