Utilities
Toggle table of contents
1.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Utilities
Utilities
/
mtctx.utilities.effect
/
IO
/
Companion
Companion
object
Companion
:
Effect.Companion
<
IO
<
*
>
>
Members
Functions
pure
Link copied to clipboard
open
override
fun
<
A
>
pure
(
value
:
A
)
:
IO
<
A
>
Creates an
IO
that wraps a pure value.