catsEffect
catsEffect
API
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
org.atnos.eff.addon.cats.effect.IOEffectCreation
trait
IOEffectCreation
extends
IOTypes
Attributes
Source:
IOEffect.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
IOTypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
IOEffect
.type
Clear all
Members list
Concise view
Type members
Inherited types
type
_Io
[
R
] =
Member
[
IO
,
R
]
Attributes
Inherited from:
IOTypes
Source:
IOEffect.scala
type
_io
[
R
] =
MemberIn
[
IO
,
R
]
Attributes
Inherited from:
IOTypes
Source:
IOEffect.scala
Value members
Concrete methods
final
def
fromIO
[
R
:
_io
,
A
](
io
:
IO
[
A
]):
Eff
[
R
,
A
]
Attributes
Source:
IOEffect.scala
final
def
ioDelay
[
R
:
_io
,
A
](
io
:
=>
A
):
Eff
[
R
,
A
]
Attributes
Source:
IOEffect.scala
final
def
ioRaiseError
[
R
:
_io
,
A
](
t
:
Throwable
):
Eff
[
R
,
A
]
Attributes
Source:
IOEffect.scala
final
def
ioSuspend
[
R
:
_io
,
A
](
io
:
=>
IO
[
Eff
[
R
,
A
]]):
Eff
[
R
,
A
]
Attributes
Source:
IOEffect.scala