IOOps

org.atnos.eff.syntax.addon.cats.IOOps
final class IOOps[A](e: Eff[Fx1[IO], A]) extends AnyVal

Attributes

Source
IOOps.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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