object WithContext extends WithContextConstructorLowPriorityImplicits1

Linear Supertypes
WithContextConstructorLowPriorityImplicits1, WithContextConstructorLowPriorityImplicits2, WithContextConstructorLowPriorityImplicits3, WithContextConstructorLowPriorityImplicits4, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithContext
  2. WithContextConstructorLowPriorityImplicits1
  3. WithContextConstructorLowPriorityImplicits2
  4. WithContextConstructorLowPriorityImplicits3
  5. WithContextConstructorLowPriorityImplicits4
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Typed[C, Env0, Err0, Out0] = WithContext[C] { ... /* 3 definitions in type refinement */ }
    Definition Classes
    WithContextConstructorLowPriorityImplicits4

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]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def function2ValueWithContextConstructor[Err0, Ctx1, Ctx2, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2]): Typed[(Ctx1, Ctx2) => Out0, Ctx1 with Ctx2, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits3
  9. implicit def function2ZIOWithContextConstructor[Env0, Err0, Ctx1, Ctx2, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2]): Typed[(Ctx1, Ctx2) => ZIO[Env0, Err0, Out0], Env0 with Ctx1 with Ctx2, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits1
  10. implicit def function3ValueWithContextConstructor[Err0, Ctx1, Ctx2, Ctx3, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3]): Typed[(Ctx1, Ctx2, Ctx3) => Out0, Ctx1 with Ctx2 with Ctx3, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits3
  11. implicit def function3ZIOWithContextConstructor[Env0, Err0, Ctx1, Ctx2, Ctx3, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3]): Typed[(Ctx1, Ctx2, Ctx3) => ZIO[Env0, Err0, Out0], Env0 with Ctx1 with Ctx2 with Ctx3, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits1
  12. implicit def function4ValueWithContextConstructor[Err0, Ctx1, Ctx2, Ctx3, Ctx4, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3], tag4: Tag[Ctx4]): Typed[(Ctx1, Ctx2, Ctx3, Ctx4) => Out0, Ctx1 with Ctx2 with Ctx3 with Ctx4, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits3
  13. implicit def function4ZIOWithContextConstructor[Env0, Err0, Ctx1, Ctx2, Ctx3, Ctx4, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3], tag4: Tag[Ctx4]): Typed[(Ctx1, Ctx2, Ctx3, Ctx4) => ZIO[Env0, Err0, Out0], Env0 with Ctx1 with Ctx2 with Ctx3 with Ctx4, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits1
  14. implicit def function5ValueWithContextConstructor[Err0, Ctx1, Ctx2, Ctx3, Ctx4, Ctx5, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3], tag4: Tag[Ctx4], tag5: Tag[Ctx5]): Typed[(Ctx1, Ctx2, Ctx3, Ctx4, Ctx5) => Out0, Ctx1 with Ctx2 with Ctx3 with Ctx4 with Ctx5, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits3
  15. implicit def function5ZIOWithContextConstructor[Env0, Err0, Ctx1, Ctx2, Ctx3, Ctx4, Ctx5, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3], tag4: Tag[Ctx4], tag5: Tag[Ctx5]): Typed[(Ctx1, Ctx2, Ctx3, Ctx4, Ctx5) => ZIO[Env0, Err0, Out0], Env0 with Ctx1 with Ctx2 with Ctx3 with Ctx4 with Ctx5, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits1
  16. implicit def functionWithContextConstructor[Ctx, Out0](implicit arg0: Tag[Ctx]): Typed[(Ctx) => Out0, Ctx, Nothing, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits4
  17. implicit def functionZIOWithContextConstructor[Env0, Err0, Ctx0, Out0](implicit tag: Tag[Ctx0]): Typed[(Ctx0) => ZIO[Env0, Err0, Out0], Env0 with Ctx0, Err0, Out0]
    Definition Classes
    WithContextConstructorLowPriorityImplicits2
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from WithContextConstructorLowPriorityImplicits1

Inherited from WithContextConstructorLowPriorityImplicits2

Inherited from WithContextConstructorLowPriorityImplicits3

Inherited from WithContextConstructorLowPriorityImplicits4

Inherited from AnyRef

Inherited from Any

Ungrouped