Pedestal
Toggle table of contents
3.1.1
common
Platform filter
common
Switch theme
Search in API
Pedestal
State
/
opensavvy.state.outcome
/
onSuccess
on
Success
inline
fun
<
Value
>
Outcome
<
*
,
Value
>
.
onSuccess
(
block
:
(
Value
)
->
Unit
)
(
source
)
Executes
block
if this outcome is
successful
.
Otherwise, does nothing.