Class

org.http4s.dsl

PaymentRequiredSyntax

Related Doc: package dsl

Permalink

implicit final class PaymentRequiredSyntax extends AnyVal with EntityResponseGenerator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PaymentRequiredSyntax
  2. EntityResponseGenerator
  3. EmptyResponseGenerator
  4. ResponseGenerator
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PaymentRequiredSyntax(status: PaymentRequired.type)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def apply[A](body: A, headers: Headers)(implicit w: EntityEncoder[A]): Task[Response]

    Permalink
    Definition Classes
    EntityResponseGenerator
  5. def apply[A](body: A)(implicit w: EntityEncoder[A]): Task[Response]

    Permalink
    Definition Classes
    EntityResponseGenerator
  6. def apply(): Task[Response]

    Permalink
    Definition Classes
    EmptyResponseGenerator
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. val status: PaymentRequired.type

    Permalink
  11. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from EntityResponseGenerator

Inherited from EmptyResponseGenerator

Inherited from ResponseGenerator

Inherited from AnyVal

Inherited from Any

Ungrouped