zio.http.WithContext
See theWithContext companion trait
object WithContext
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WithContext.type
Members list
Type members
Inherited types
type Typed[C, Env0, Err0, Out0] = WithContext[C] { type Env = Env0; type Err = Err0; type Out = Out0; }
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits4 (hidden)
Implicits
Inherited implicits
implicit def function2ValueWithContextConstructor[Err0, Ctx1, Ctx2, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2]): Typed[(Ctx1, Ctx2) => Out0, Ctx1 & Ctx2, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits3 (hidden)
implicit def function2ZIOWithContextConstructor[Env0, Err0, Ctx1, Ctx2, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2]): Typed[(Ctx1, Ctx2) => ZIO[Env0, Err0, Out0], Env0 & Ctx1 & Ctx2, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits1 (hidden)
implicit def function3ValueWithContextConstructor[Err0, Ctx1, Ctx2, Ctx3, Out0](implicit tag1: Tag[Ctx1], tag2: Tag[Ctx2], tag3: Tag[Ctx3]): Typed[(Ctx1, Ctx2, Ctx3) => Out0, Ctx1 & Ctx2 & Ctx3, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits3 (hidden)
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 & Ctx1 & Ctx2 & Ctx3, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits1 (hidden)
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 & Ctx2 & Ctx3 & Ctx4, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits3 (hidden)
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits1 (hidden)
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits3 (hidden)
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 & Ctx1 & Ctx2 & Ctx3 & Ctx4 & Ctx5, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits1 (hidden)
implicit def functionWithContextConstructor[Ctx : Tag, Out0]: Typed[Ctx => Out0, Ctx, Nothing, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits4 (hidden)
implicit def functionZIOWithContextConstructor[Env0, Err0, Ctx0, Out0](implicit tag: Tag[Ctx0]): Typed[Ctx0 => ZIO[Env0, Err0, Out0], Env0 & Ctx0, Err0, Out0]
Attributes
- Inherited from:
- WithContextConstructorLowPriorityImplicits2 (hidden)
In this article