Packages

object ResponseEncoder

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

Type Members

  1. type Aux[Step, InputT] = ResponseEncoder[Step] { type Input = InputT }
  2. type Fn[Input] = (HttpResponse, Input) => HttpResponse

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. def apply[T](implicit rb: ResponseEncoder[T]): Aux[T, ResponseEncoder.Input]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def contraMapFn[From, To](fn: Fn[From], c: (To) => From): Fn[To]

    Applies a function c for input values before applying fn.

  8. 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, _]]] }
  9. 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]]
  10. implicit val encodeEmpty: Aux[Empty.type, Empty]
  11. implicit def encodeMapped[T]: Aux[MappedPayload[T], Leaf[T]]
  12. implicit val encodeNil: Aux[HNil, Empty]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def make[Step, Consuming <: VTree](f: (Step) => (HttpResponse, Consuming) => HttpResponse): Aux[Step, Consuming]
  19. def makeLeaf[Step, Consuming](f: (Step) => Fn[Consuming]): Aux[Step, Leaf[Consuming]]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. 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]]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped