Pedestal
Toggle table of contents
3.1.1
common
Platform filter
common
Switch theme
Search in API
Pedestal
State
/
opensavvy.state.arrow
/
out
out
inline
fun
<
Failure
,
Value
>
out
(
block
:
OutcomeDsl
<
Failure
>
.
(
)
->
Value
)
:
Outcome
<
Failure
,
Value
>
(
source
)
inline
fun
<
Failure
,
Value
>
Raise
<
Failure
>
.
out
(
block
:
OutcomeDsl
<
Failure
>
.
(
)
->
Value
)
:
Value
(
source
)
Arrow-style DSL to execute a
Raise
-based computation to generate an
Outcome
.