Header menu logo Sutil

Cmd Module

Sutil's Elmish Cmd

Nested modules

Modules Description

OfAsync

OfAsyncImmediate

OfAsyncWith

OfFunc

OfPromise

Functions and values

Function or value Description

batch cmds

Full Usage: batch cmds

Parameters:
    cmds : Cmd<'Msg> list

Returns: Cmd<'Msg>
cmds : Cmd<'Msg> list
Returns: Cmd<'Msg>

map f cmd

Full Usage: map f cmd

Parameters:
    f : 'MsgA -> 'MsgB
    cmd : Cmd<'MsgA>

Returns: Cmd<'MsgB>
f : 'MsgA -> 'MsgB
cmd : Cmd<'MsgA>
Returns: Cmd<'MsgB>

none

Full Usage: none

Returns: Cmd<'Msg>
Returns: Cmd<'Msg>

ofEffect effect

Full Usage: ofEffect effect

Parameters:
Returns: Cmd<'msg>

Command to call the effect

effect : Effect<'msg>
Returns: Cmd<'msg>

ofMsg msg

Full Usage: ofMsg msg

Parameters:
    msg : 'Msg

Returns: Cmd<'Msg>
msg : 'Msg
Returns: Cmd<'Msg>

Type something to start searching.