object ResponseEncoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponseEncoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[Step, InputT] = ResponseEncoder[Step] { type Input = InputT }
- type Fn[Input] = (HttpResponse, Input) => HttpResponse
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[T](implicit rb: ResponseEncoder[T]): Aux[T, ResponseEncoder.Input]
- 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()
- def contraMapFn[From, To](fn: Fn[From], c: (To) => From): Fn[To]
Applies a function c for input values before applying fn.
- implicit val encodeBinaryResponse: ResponseEncoder[Binary.type] { type Input = 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 encodeElem[H, HT <: VTree, T <: HList, TT <: VTree](implicit h: Aux[H, HT], aux: Aux[T, TT]): Aux[::[H, T], Branch[HT, TT]]
- implicit val encodeEmpty: Aux[Empty.type, Empty]
- implicit def encodeMapped[T]: Aux[MappedPayload[T], Leaf[T]]
- implicit val encodeNil: 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, Consuming <: VTree](f: (Step) => (HttpResponse, Consuming) => HttpResponse): Aux[Step, Consuming]
- def makeLeaf[Step, Consuming](f: (Step) => Fn[Consuming]): Aux[Step, Leaf[Consuming]]
- 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()
- implicit def requestErrorResponse[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]]
- 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