toggle menu
kfsm
jvm
switch theme
search in API
lib
/
app.cash.kfsm
/
States
States
data
class
States
<
ID
,
V
:
Value
<
ID
,
V
,
S
>
,
S
:
State
<
ID
,
V
,
S
>
>
(
val
a
:
S
,
val
other
:
Set
<
S
>
)
A collection of states that is guaranteed to be non-empty.
Members
Constructors
States
Link copied to clipboard
constructor
(
first
:
S
,
vararg
others
:
S
)
constructor
(
a
:
S
,
other
:
Set
<
S
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
a
Link copied to clipboard
val
a
:
S
other
Link copied to clipboard
val
other
:
Set
<
S
>
set
Link copied to clipboard
val
set
:
Set
<
S
>