AutoMuttonRecipe
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
AutoMuttonRecipe
auto-mutton-recipe
/
io.github.ryunen344.mutton
/
GraphBuilder
Graph
Builder
class
GraphBuilder
<
S
:
State
,
A
:
Action
,
E
:
Effect
>
Members
Constructors
Graph
Builder
Link copied to clipboard
constructor
(
)
Types
Action
Builder
Link copied to clipboard
inner
class
ActionBuilder
<
SubS
:
S
>
Properties
edges
Link copied to clipboard
val
edges
:
Edges
<
S
,
A
,
E
>
Functions
build
Link copied to clipboard
fun
build
(
)
:
Graph
<
S
,
A
,
E
>
state
Link copied to clipboard
inline
fun
<
SubS
:
S
>
state
(
block
:
GraphBuilder.ActionBuilder
<
SubS
,
S
,
A
,
E
>
.
(
)
->
Unit
)