catsEffect
catsEffect
API
org.atnos.eff
addon.cats.effect
IOEffect
IOEffectCreation
IOInterpretation
IOInterpretation
IOTypes
syntax.addon.cats
effect
IOOps
IOOps2
catsEffect
/
org.atnos.eff
/
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
Members list
Clear all
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
In this article
Attributes
Members list
Type members
Inherited types
Value members
Concrete methods