Trait

typedapi.client

RequestDataBuilderLowPrio

Related Doc: package client

Permalink

trait RequestDataBuilderLowPrio extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
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]]]

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. 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 }

    Permalink
  6. 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 }

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit def deleteCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, DeleteCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. 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 }

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def getCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, GetCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. 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 }

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. 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 }

    Permalink
  22. implicit def postCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, PostCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }

    Permalink
  23. 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] }

    Permalink
  24. implicit def putCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, PutCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }

    Permalink
  25. 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] }

    Permalink
  26. 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 }

    Permalink
  27. 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 }

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped