t

org.http4s.dsl.impl

Statuses

trait Statuses extends AnyRef

Source
Statuses.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statuses
  2. AnyRef
  3. 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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Statuses to any2stringadd[Statuses] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Statuses, B)
    Implicit
    This member is added by an implicit conversion from Statuses to ArrowAssoc[Statuses] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val Accepted: Status.Accepted.type
  7. val AlreadyReported: Status.AlreadyReported.type
  8. val BadGateway: Status.BadGateway.type
  9. val BadRequest: Status.BadRequest.type
  10. val Conflict: Status.Conflict.type
  11. val Continue: Status.Continue.type
  12. val Created: Status.Created.type
  13. val ExpectationFailed: Status.ExpectationFailed.type
  14. val FailedDependency: Status.FailedDependency.type
  15. val Forbidden: Status.Forbidden.type
  16. val Found: Status.Found.type
  17. val GatewayTimeout: Status.GatewayTimeout.type
  18. val Gone: Status.Gone.type
  19. val HttpVersionNotSupported: Status.HttpVersionNotSupported.type
  20. val IMUsed: Status.IMUsed.type
  21. val InsufficientStorage: Status.InsufficientStorage.type
  22. val InternalServerError: Status.InternalServerError.type
  23. val LengthRequired: Status.LengthRequired.type
  24. val Locked: Status.Locked.type
  25. val LoopDetected: Status.LoopDetected.type
  26. val MethodNotAllowed: Status.MethodNotAllowed.type
  27. val MovedPermanently: Status.MovedPermanently.type
  28. val MultiStatus: Status.MultiStatus.type
  29. val MultipleChoices: Status.MultipleChoices.type
  30. val NetworkAuthenticationRequired: Status.NetworkAuthenticationRequired.type
  31. val NoContent: Status.NoContent.type
  32. val NonAuthoritativeInformation: Status.NonAuthoritativeInformation.type
  33. val NotAcceptable: Status.NotAcceptable.type
  34. val NotExtended: Status.NotExtended.type
  35. val NotFound: Status.NotFound.type
  36. val NotImplemented: Status.NotImplemented.type
  37. val NotModified: Status.NotModified.type
  38. val Ok: Status.Ok.type
  39. val PartialContent: Status.PartialContent.type
  40. val PayloadTooLarge: Status.PayloadTooLarge.type
  41. val PaymentRequired: Status.PaymentRequired.type
  42. val PermanentRedirect: Status.PermanentRedirect.type
  43. val PreconditionFailed: Status.PreconditionFailed.type
  44. val PreconditionRequired: Status.PreconditionRequired.type
  45. val Processing: Status.Processing.type
  46. val ProxyAuthenticationRequired: Status.ProxyAuthenticationRequired.type
  47. val RangeNotSatisfiable: Status.RangeNotSatisfiable.type
  48. val RequestHeaderFieldsTooLarge: Status.RequestHeaderFieldsTooLarge.type
  49. val RequestTimeout: Status.RequestTimeout.type
  50. val ResetContent: Status.ResetContent.type
  51. val SeeOther: Status.SeeOther.type
  52. val ServiceUnavailable: Status.ServiceUnavailable.type
  53. val SwitchingProtocols: Status.SwitchingProtocols.type
  54. val TemporaryRedirect: Status.TemporaryRedirect.type
  55. val TooManyRequests: Status.TooManyRequests.type
  56. val Unauthorized: Status.Unauthorized.type
  57. val UnavailableForLegalReasons: Status.UnavailableForLegalReasons.type
  58. val UnprocessableEntity: Status.UnprocessableEntity.type
  59. val UnsupportedMediaType: Status.UnsupportedMediaType.type
  60. val UpgradeRequired: Status.UpgradeRequired.type
  61. val UriTooLong: Status.UriTooLong.type
  62. val UseProxy: Status.UseProxy.type
  63. val VariantAlsoNegotiates: Status.VariantAlsoNegotiates.type
  64. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  65. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  66. def ensuring(cond: (Statuses) ⇒ Boolean, msg: ⇒ Any): Statuses
    Implicit
    This member is added by an implicit conversion from Statuses to Ensuring[Statuses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: (Statuses) ⇒ Boolean): Statuses
    Implicit
    This member is added by an implicit conversion from Statuses to Ensuring[Statuses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: Boolean, msg: ⇒ Any): Statuses
    Implicit
    This member is added by an implicit conversion from Statuses to Ensuring[Statuses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. def ensuring(cond: Boolean): Statuses
    Implicit
    This member is added by an implicit conversion from Statuses to Ensuring[Statuses] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  70. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  72. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  73. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Statuses to StringFormat[Statuses] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  74. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  75. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  76. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  77. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  78. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  79. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  80. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  81. def toString(): String
    Definition Classes
    AnyRef → Any
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  85. def [B](y: B): (Statuses, B)
    Implicit
    This member is added by an implicit conversion from Statuses to ArrowAssoc[Statuses] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped