Packages

o

izumi.distage.modules.support

AnyBIOSupportModule

object AnyBIOSupportModule

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyBIOSupportModule
  2. AnyRef
  3. 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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. def usingDependencies[F[+_, +_]](implicit arg0: TagKK[F], t: TagK[[β$0$]F[Throwable, β$0$]], tn: TagK[[β$1$]F[Nothing, β$1$]]): ModuleDef

    Any BIO effect type support for distage resources, effects, roles & tests.

    Any BIO effect type support for distage resources, effects, roles & tests.

    For all F[+_, +_] with available make[Async2[F]], make[Temporal2[F]] and make[UnsafeRun2[F]] bindings.

    Depends on make[Async2[F]], make[Temporal2[F]], make[UnsafeRun2[F]], make[Fork2[F]] Optional additions: make[Primitives2[F]], make[PrimitivesM2[F]], make[Scheduler2[F]] and all other aux algebras in BIOInstancesModule.auxAlgebrasImplicits

  18. def usingImplicits[F[+_, +_]](implicit arg0: TagKK[F], arg1: Async2[F], arg2: Temporal2[F], arg3: UnsafeRun2[F], arg4: BlockingIO2[F], arg5: Fork2[F], arg6: Primitives2[F], arg7: PrimitivesM2[F], arg8: PrimitivesLocal2[F], arg9: Scheduler2[F], t: TagK[[β$12$]F[Throwable, β$12$]], tn: TagK[[β$13$]F[Nothing, β$13$]]): ModuleDef

    Make AnyBIOSupportModule, binding the required dependencies in place to values from implicit scope

    Make AnyBIOSupportModule, binding the required dependencies in place to values from implicit scope

    Also add all BIO aux algebras from BIOInstancesModule.auxAlgebrasImplicits for completeness

  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def apply[F[+_, +_]](implicit arg0: TagKK[F], t: TagK[[β$14$]F[Throwable, β$14$]], tn: TagK[[β$15$]F[Nothing, β$15$]]): ModuleDef
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 1.3) renamed to usingDependencies

Inherited from AnyRef

Inherited from Any

Ungrouped