object ResponseDecoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponseDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[Step, OutputT] = ResponseDecoder[Step] { type Output = OutputT }
- type Fn[Output] = (HttpResponse, DecodingContext) => Future[Output]
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
- def apply[Step](implicit rd: ResponseDecoder[Step]): Aux[Step, ResponseDecoder.Output]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit val decodeBinary: ResponseDecoder[Binary.type] { type Output = net.reactivecore.fhttp.helper.VTree.Branch[net.reactivecore.fhttp.helper.VTree.Leaf[String],net.reactivecore.fhttp.helper.VTree.Leaf[akka.stream.scaladsl.Source[akka.util.ByteString, _]]] }
- implicit def decodeElem[H, T <: HList, HT <: VTree, TT <: VTree](implicit h: Aux[H, HT], aux: Aux[T, TT]): Aux[::[H, T], Branch[HT, TT]]
- implicit val decodeEmpty: Aux[Empty.type, Empty]
- implicit def decodeFailureSuccess[F <: Output, S <: Output, FT <: VTree, ST <: VTree](implicit f: Aux[F, FT], s: Aux[S, ST]): Aux[ErrorSuccess[F, S], ContraBranch[Branch[Leaf[Int], FT], ST]]
- implicit def decodeMapped[T]: Aux[MappedPayload[T], Leaf[T]]
- implicit val decodeNil: Aux[HNil, Empty]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[Step, Producing <: VTree](f: (Step) => (HttpResponse, DecodingContext) => Future[Producing]): Aux[Step, Producing]
- def makeLeaf[Step, Producing](f: (Step) => Fn[Producing]): Aux[Step, Leaf[Producing]]
- def mapFn[From, To](f: Fn[From], m: (From) => To): Fn[To]
Map the function m onto the result of f.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated