arrow-continuations
1.0.2-alpha.43
common
arrow-continuations
/
arrow.continuations
/
Effect
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Functions
restricted
Link copied to clipboard
common
inline
fun
<
Eff
:
Effect
<
*
>
,
F
,
A
>
restricted
(
crossinline
eff
:
(
DelimitedScope
<
F
>
)
->
Eff
,
crossinline
just
:
(
A
)
->
F
,
crossinline
f
:
suspend
Eff
.
(
)
->
A
)
:
F
Content copied to clipboard
suspended
Link copied to clipboard
common
inline suspend
fun
<
Eff
:
Effect
<
*
>
,
F
,
A
>
suspended
(
crossinline
eff
:
(
DelimitedScope
<
F
>
)
->
Eff
,
crossinline
just
:
(
A
)
->
F
,
crossinline
f
:
suspend
Eff
.
(
)
->
A
)
:
F
Content copied to clipboard