Packages

c

org.http4s.dsl

LoopDetectedSyntax

implicit final class LoopDetectedSyntax extends AnyVal with EntityResponseGenerator

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoopDetectedSyntax
  2. EntityResponseGenerator
  3. EmptyResponseGenerator
  4. ResponseGenerator
  5. AnyVal
  6. 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

Instance Constructors

  1. new LoopDetectedSyntax(status: LoopDetected.type)

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 LoopDetectedSyntax to any2stringadd[LoopDetectedSyntax] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LoopDetectedSyntax, B)
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to ArrowAssoc[LoopDetectedSyntax] 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]
    Definition Classes
    EntityResponseGenerator
  7. def apply[A](body: A)(implicit w: EntityEncoder[A]): Task[Response]
    Definition Classes
    EntityResponseGenerator
  8. def apply(): Task[Response]
    Definition Classes
    EmptyResponseGenerator
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def ensuring(cond: (LoopDetectedSyntax) ⇒ Boolean, msg: ⇒ Any): LoopDetectedSyntax
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to Ensuring[LoopDetectedSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (LoopDetectedSyntax) ⇒ Boolean): LoopDetectedSyntax
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to Ensuring[LoopDetectedSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): LoopDetectedSyntax
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to Ensuring[LoopDetectedSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): LoopDetectedSyntax
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to Ensuring[LoopDetectedSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to StringFormat[LoopDetectedSyntax] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val status: LoopDetected.type
    Definition Classes
    LoopDetectedSyntaxResponseGenerator
  18. def toString(): String
    Definition Classes
    Any
  19. def [B](y: B): (LoopDetectedSyntax, B)
    Implicit
    This member is added by an implicit conversion from LoopDetectedSyntax to ArrowAssoc[LoopDetectedSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from EntityResponseGenerator

Inherited from EmptyResponseGenerator

Inherited from ResponseGenerator

Inherited from AnyVal

Inherited from Any

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

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

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

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

Ungrouped