t

izumi.distage.modules

LowPriorityDefaultModulesInstances2

sealed trait LowPriorityDefaultModulesInstances2 extends LowPriorityDefaultModulesInstances3

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LowPriorityDefaultModulesInstances2
  2. LowPriorityDefaultModulesInstances3
  3. LowPriorityDefaultModulesInstances4
  4. LowPriorityDefaultModulesInstances5
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. implicit final def forCatsIO[IO[_]](implicit arg0: cats.effect.IO[IO]): DefaultModule[IO]

    This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have cats-effect as a dependency without REQUIRING a cats-effect dependency.

    This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have cats-effect as a dependency without REQUIRING a cats-effect dependency.

    Optional instance via https://blog.7mind.io/no-more-orphans.html

    See also

    izumi.distage.modules.support.CatsIOSupportModule

  10. implicit final def forZIO[ZIO[_, _, _], R](implicit arg0: zio.ZIO[ZIO], arg1: Tag[R]): DefaultModule2[[β$2$, γ$3$]ZIO[R, β$2$, γ$3$]]

    This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have zio as a dependency without REQUIRING a zio dependency.

    This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have zio as a dependency without REQUIRING a zio dependency.

    Optional instance via https://blog.7mind.io/no-more-orphans.html

    See also

    izumi.distage.modules.support.ZIOSupportModule

  11. implicit final def fromBIO[F[+_, +_]](implicit arg0: TagKK[F], arg1: Async2[F], arg2: Temporal2[F], arg3: UnsafeRun2[F], arg4: Fork2[F], arg5: Primitives2[F], arg6: Scheduler2[F]): DefaultModule2[F]

  12. implicit final def fromCats[F[_], Async[_[_]], Parallel[_[_]], Dispatcher[_[_]]](implicit arg0: cats.effect.kernel.Async[Async], arg1: cats.Parallel[Parallel], arg2: cats.effect.std.Dispatcher[Dispatcher], F0: Async[F], P0: Parallel[F], D0: Dispatcher[F], tagK: TagK[F]): DefaultModule[F]

    This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have cats-effect as a dependency without REQUIRING a cats-effect dependency.

    This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have cats-effect as a dependency without REQUIRING a cats-effect dependency.

    Optional instance via https://blog.7mind.io/no-more-orphans.html

    Definition Classes
    LowPriorityDefaultModulesInstances4
  13. implicit final def fromQuasiIO[F[_]](implicit arg0: TagK[F], arg1: QuasiIO[F], arg2: QuasiAsync[F], arg3: QuasiTemporal[F], arg4: QuasiIORunner[F]): DefaultModule[F]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped