Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core.raise
/
EagerEffect
Eager
Effect
typealias
EagerEffect
<
Error
,
A
>
=
Raise
<
Error
>
.
(
)
->
A
The same behavior and API as
Effect
except without requiring
suspend
.
Members & Extensions