catsEffect
catsEffect
org.atnos.eff.addon.cats.effect
IOEffect
IOEffectCreation
IOInterpretation
IOInterpretation
IOTypes
org.atnos.eff.syntax.addon.cats
IOOps
IOOps2
org.atnos.eff.syntax.addon.cats.effect
catsEffect
/
org.atnos.eff.addon.cats.effect
/
IOEffectCreation
IOEffectCreation
trait
IOEffectCreation
extends
IOTypes
Graph
Supertypes
Known subtypes
trait
IOTypes
class
Object
trait
Matchable
class
Any
object
IOEffect
Type members
Value members
Type members
Inherited types
type
_Io
[R] =
Member
[
IO
,
R
]
Inherited from
IOTypes
type
_io
[R] =
MemberIn
[
IO
,
R
]
Inherited from
IOTypes
Value members
Concrete methods
final
def
fromIO
[R :
_io
, A](io:
IO
[A]):
Eff
[R, A]
final
def
ioDelay
[R :
_io
, A](io: => A):
Eff
[R, A]
final
def
ioRaiseError
[R :
_io
, A](t:
Throwable
):
Eff
[R, A]
final
def
ioSuspend
[R :
_io
, A](io: =>
IO
[
Eff
[R, A]]):
Eff
[R, A]