arrow-core
1.1.5-alpha.4
common
arrow-core
/
arrow.core.computations
/
option
/
invoke
invoke
inline suspend operator
fun
<
A
>
invoke
(
crossinline
func
:
suspend
OptionEffect
<
*
>
.
(
)
->
A
?
)
:
Option
<
A
>
Deprecated
Deprecated in favor of the Effect Runtime
Replace with
import arrow.core.continuations.option
Content copied to clipboard
option(func)
Content copied to clipboard