object DefaultModule extends LowPriorityDefaultModulesInstances1 with Serializable
- Alphabetic
- By Inheritance
- DefaultModule
- Serializable
- LowPriorityDefaultModulesInstances1
- LowPriorityDefaultModulesInstances2
- LowPriorityDefaultModulesInstances3
- LowPriorityDefaultModulesInstances4
- LowPriorityDefaultModulesInstances5
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_]](implicit modules: DefaultModule[F], d: DummyImplicit): Module
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def empty[F[_]]: DefaultModule[F]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- Definition Classes
- LowPriorityDefaultModulesInstances2
- See also
- implicit final def forIdentity: DefaultModule[Identity]
Empty since izumi.distage.modules.support.IdentitySupportModule is always available, even for non-Identity effects
- 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
- Definition Classes
- LowPriorityDefaultModulesInstances2
- See also
- implicit def forZIOPlusCats[K[_[_], _], A[_[_]], ZIO[_, _, _], R](implicit ensureInteropCatsOnClasspath: zio.interop.CatsIOResourceSyntax[K], ensureCatsEffectOnClasspath: cats.effect.kernel.Async[A], isZIO: zio.ZIO[ZIO], tagR: Tag[R]): DefaultModule2[[β$0$, γ$1$]ZIO[R, β$0$, γ$1$]]
This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have cats-effect & zio as a dependency without REQUIRING a cats-effect/zio dependency.
This instance uses 'no more orphans' trick to provide an Optional instance only IFF you have cats-effect & zio as a dependency without REQUIRING a cats-effect/zio dependency.
Optional instance via https://blog.7mind.io/no-more-orphans.html
This adds cats typeclass instances to the default effect module if you have
cats-effect
andzio-interop-cats
on classpath, otherwise the default effect module for ZIO will be forZIO, containing BIO & QuasiIO instances, but nocats-effect
instances.- Definition Classes
- LowPriorityDefaultModulesInstances1
- 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]
- Definition Classes
- LowPriorityDefaultModulesInstances3
- See also
- 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
- implicit final def fromQuasiIO[F[_]](implicit arg0: TagK[F], arg1: QuasiIO[F], arg2: QuasiAsync[F], arg3: QuasiTemporal[F], arg4: QuasiIORunner[F]): DefaultModule[F]
- Definition Classes
- LowPriorityDefaultModulesInstances5
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()