IOOps2

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

Attributes

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

Members list

Value members

Concrete methods

def ioAttempt(implicit m: MemberInOut[IO, R]): Eff[R, Either[Throwable, A]]

Attributes

Source
IOOps2.scala
def ioMemo(key: AnyRef, cache: Cache)(implicit task: MemberInOut[IO, R]): Eff[R, A]

Attributes

Source
IOOps2.scala
def runIoMemo[U](cache: Cache)(implicit m: Aux[Memoized, R, U], task: MemberIn[IO, U]): Eff[U, A]

Attributes

Source
IOOps2.scala