t

org.http4s.dsl.impl

EntityResponseGenerator

trait EntityResponseGenerator extends EmptyResponseGenerator

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityResponseGenerator
  2. EmptyResponseGenerator
  3. ResponseGenerator
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]
    Definition Classes
    Any
  2. abstract def status: Status
    Definition Classes
    ResponseGenerator

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to any2stringadd[EntityResponseGenerator] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EntityResponseGenerator, B)
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to ArrowAssoc[EntityResponseGenerator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def apply[A](body: A, headers: Headers)(implicit w: EntityEncoder[A]): Task[Response]
  7. def apply[A](body: A)(implicit w: EntityEncoder[A]): Task[Response]
  8. def apply(): Task[Response]
    Definition Classes
    EmptyResponseGenerator
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def ensuring(cond: (EntityResponseGenerator) ⇒ Boolean, msg: ⇒ Any): EntityResponseGenerator
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to Ensuring[EntityResponseGenerator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (EntityResponseGenerator) ⇒ Boolean): EntityResponseGenerator
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to Ensuring[EntityResponseGenerator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): EntityResponseGenerator
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to Ensuring[EntityResponseGenerator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): EntityResponseGenerator
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to Ensuring[EntityResponseGenerator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to StringFormat[EntityResponseGenerator] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def hashCode(): Int
    Definition Classes
    Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def toString(): String
    Definition Classes
    Any
  19. def [B](y: B): (EntityResponseGenerator, B)
    Implicit
    This member is added by an implicit conversion from EntityResponseGenerator to ArrowAssoc[EntityResponseGenerator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from EmptyResponseGenerator

Inherited from ResponseGenerator

Inherited from Any

Inherited by implicit conversion any2stringadd from EntityResponseGenerator to any2stringadd[EntityResponseGenerator]

Inherited by implicit conversion StringFormat from EntityResponseGenerator to StringFormat[EntityResponseGenerator]

Inherited by implicit conversion Ensuring from EntityResponseGenerator to Ensuring[EntityResponseGenerator]

Inherited by implicit conversion ArrowAssoc from EntityResponseGenerator to ArrowAssoc[EntityResponseGenerator]

Ungrouped