Object/Trait

org.atnos.eff.addon.cats.effect

IOInterpretation

Related Docs: trait IOInterpretation | package effect

Permalink

object IOInterpretation extends IOInterpretation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOInterpretation
  2. IOInterpretation
  3. IOTypes
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type _Io[R] = Member[IO, R]

    Permalink
    Definition Classes
    IOTypes
  2. type _io[R] = MemberIn[IO, R]

    Permalink
    Definition Classes
    IOTypes

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. def ioAttempt[R, A](e: Eff[R, A])(implicit m: MemberInOut[IO, R]): Eff[R, Either[Throwable, A]]

    Permalink
    Definition Classes
    IOInterpretation
  12. def ioMemo[R, A](key: AnyRef, cache: Cache, e: Eff[R, A])(implicit task: /=[IO, R]): Eff[R, A]

    Permalink

    Memoize io effects using a cache

    Memoize io effects using a cache

    if this method is called with the same key the previous value will be returned

    Definition Classes
    IOInterpretation
  13. def ioMemoized[R, A](key: AnyRef, e: Eff[R, A])(implicit task: /=[IO, R], m: |=[Memoized, R]): Eff[R, A]

    Permalink

    Memoize task values using a memoization effect

    Memoize task values using a memoization effect

    if this method is called with the same key the previous value will be returned

    Definition Classes
    IOInterpretation
  14. implicit val ioSequenceCached: SequenceCached[IO]

    Permalink
    Definition Classes
    IOInterpretation
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def memoize[A](key: AnyRef, cache: Cache, io: IO[A]): IO[A]

    Permalink

    memoize the io result using a cache

    memoize the io result using a cache

    Definition Classes
    IOInterpretation
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def runAsync[A](e: Eff[Fx1[IO], A])(cb: (Either[Throwable, A]) ⇒ IO[Unit]): IO[Unit]

    Permalink
    Definition Classes
    IOInterpretation
  21. def runIoMemo[R, U, A](cache: Cache)(effect: Eff[R, A])(implicit m: Aux[Memoized, R, U], task: |=[IO, U]): Eff[U, A]

    Permalink
    Definition Classes
    IOInterpretation
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def to[F[_], A](e: Eff[Fx1[IO], A])(implicit f: Async[F]): F[A]

    Permalink
    Definition Classes
    IOInterpretation
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def unsafeRunAsync[A](e: Eff[Fx1[IO], A])(cb: (Either[Throwable, A]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IOInterpretation
  26. def unsafeRunSync[A](e: Eff[Fx1[IO], A]): A

    Permalink
    Definition Classes
    IOInterpretation
  27. def unsafeRunTimed[A](e: Eff[Fx1[IO], A], limit: Duration): Option[A]

    Permalink
    Definition Classes
    IOInterpretation
  28. def unsafeToFuture[A](e: Eff[Fx1[IO], A]): Future[A]

    Permalink
    Definition Classes
    IOInterpretation
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IOInterpretation

Inherited from IOTypes

Inherited from AnyRef

Inherited from Any

Ungrouped