t

typedapi.client

RequestDataBuilderLowPrio

trait RequestDataBuilderLowPrio extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestDataBuilderLowPrio
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Data = ::[List[String], ::[Map[String, List[String]], ::[Map[String, String], HNil]]]
  2. type DataWithBody[Bd] = ::[List[String], ::[Map[String, List[String]], ::[Map[String, String], ::[Bd, HNil]]]]

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. implicit def clientHeaderCollInputCompiler[V, T <: HList, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[ClientHeaderCollInput, T], KIn, ::[Map[String, V], VIn], M, O] { type Out = compiler.Out }
  6. implicit def clientHeaderCompiler[K, V, T <: HList, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit kWit: Aux[K], vWit: Aux[V], kShow: WitnessToString[K], vShow: WitnessToString[V], compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[ClientHeader[K, V], T], KIn, VIn, M, O] { type Out = compiler.Out }
  7. implicit def clientHeaderInputCompiler[K, V, T <: HList, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit kWit: Aux[K], kShow: WitnessToString[K], compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[ClientHeaderInput, T], ::[K, KIn], ::[V, VIn], M, O] { type Out = compiler.Out }
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. implicit def deleteCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, DeleteCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit def fixedHeaderCompiler[K, V, T <: HList, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit kWit: Aux[K], vWit: Aux[V], kShow: WitnessToString[K], vShow: WitnessToString[V], compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[FixedHeader[K, V], T], KIn, VIn, M, O] { type Out = compiler.Out }
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. implicit def getCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, GetCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. implicit def headerInputCompiler[T <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit wit: Aux[K], show: WitnessToString[K], compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[HeaderInput, T], ::[K, KIn], ::[V, VIn], M, O] { type Out = compiler.Out }
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. implicit def pathCompiler[S, T <: HList, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit wit: Aux[S], compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[S, T], KIn, VIn, M, O] { type Out = compiler.Out }
  23. implicit def postCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, PostCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
  24. implicit def postWithBodyCompiler[BMT <: MediaType, Bd, MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, ::[FieldType[BMT, (BodyField)#T], HNil], ::[Bd, HNil], PostWithBodyCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.DataWithBody[Bd] }
  25. implicit def putCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, PutCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
  26. implicit def putWithBodyCompiler[BMT <: MediaType, Bd, MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, ::[FieldType[BMT, (BodyField)#T], HNil], ::[Bd, HNil], PutWithBodyCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.DataWithBody[Bd] }
  27. implicit def queryInputCompiler[T <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit wit: Aux[K], show: WitnessToString[K], compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[QueryInput, T], ::[K, KIn], ::[V, VIn], M, O] { type Out = compiler.Out }
  28. implicit def segmentInputCompiler[T <: HList, K, V, KIn <: HList, VIn <: HList, M <: MethodType, O](implicit compiler: RequestDataBuilder[T, KIn, VIn, M, O]): RequestDataBuilder[::[SegmentInput, T], ::[K, KIn], ::[V, VIn], M, O] { type Out = compiler.Out }
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped