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.syntax.addon.cats
/
IOOps
IOOps
org.atnos.eff.syntax.addon.cats.IOOps
final
class
IOOps
[
A
](
e
:
Eff
[
Fx1
[
IO
],
A
])
extends
AnyVal
Attributes
Source
IOOps.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
to
[
F
[
_
]](
implicit
f
:
LiftIO
[
F
]):
F
[
A
]
Attributes
Source
IOOps.scala
def
unsafeRunAsync
(
cb
:
Either
[
Throwable
,
A
]
=>
Unit
)(
implicit
i
:
IORuntime
):
Unit
Attributes
Source
IOOps.scala
def
unsafeRunSync
(
implicit
i
:
IORuntime
):
A
Attributes
Source
IOOps.scala
def
unsafeRunTimed
(
limit
:
FiniteDuration
)(
implicit
i
:
IORuntime
):
Option
[
A
]
Attributes
Source
IOOps.scala
def
unsafeToFuture
(
implicit
i
:
IORuntime
):
Future
[
A
]
Attributes
Source
IOOps.scala
In this article
Attributes
Members list
Value members
Concrete methods