trait RequestDataBuilderLowPrio extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestDataBuilderLowPrio
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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 }
- 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 }
- 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 }
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def deleteCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, DeleteCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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 }
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def getCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, GetCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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 }
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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 }
- implicit def postCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, PostCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
- 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] }
- implicit def putCompiler[MT <: MediaType, A](implicit media: Aux[MT]): RequestDataBuilder[HNil, HNil, HNil, PutCall, FieldType[MT, A]] { type Out = RequestDataBuilderLowPrio.this.Data }
- 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] }
- 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 }
- 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 }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )