trait Statuses extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Statuses
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Statuses, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Accepted: Status.Accepted.type
- val AlreadyReported: Status.AlreadyReported.type
- val BadGateway: Status.BadGateway.type
- val BadRequest: Status.BadRequest.type
- val Conflict: Status.Conflict.type
- val Continue: Status.Continue.type
- val Created: Status.Created.type
- val ExpectationFailed: Status.ExpectationFailed.type
- val FailedDependency: Status.FailedDependency.type
- val Forbidden: Status.Forbidden.type
- val Found: Status.Found.type
- val GatewayTimeout: Status.GatewayTimeout.type
- val Gone: Status.Gone.type
- val HttpVersionNotSupported: Status.HttpVersionNotSupported.type
- val IMUsed: Status.IMUsed.type
- val InsufficientStorage: Status.InsufficientStorage.type
- val InternalServerError: Status.InternalServerError.type
- val LengthRequired: Status.LengthRequired.type
- val Locked: Status.Locked.type
- val LoopDetected: Status.LoopDetected.type
- val MethodNotAllowed: Status.MethodNotAllowed.type
- val MovedPermanently: Status.MovedPermanently.type
- val MultiStatus: Status.MultiStatus.type
- val MultipleChoices: Status.MultipleChoices.type
- val NetworkAuthenticationRequired: Status.NetworkAuthenticationRequired.type
- val NoContent: Status.NoContent.type
- val NonAuthoritativeInformation: Status.NonAuthoritativeInformation.type
- val NotAcceptable: Status.NotAcceptable.type
- val NotExtended: Status.NotExtended.type
- val NotFound: Status.NotFound.type
- val NotImplemented: Status.NotImplemented.type
- val NotModified: Status.NotModified.type
- val Ok: Status.Ok.type
- val PartialContent: Status.PartialContent.type
- val PayloadTooLarge: Status.PayloadTooLarge.type
- val PaymentRequired: Status.PaymentRequired.type
- val PermanentRedirect: Status.PermanentRedirect.type
- val PreconditionFailed: Status.PreconditionFailed.type
- val PreconditionRequired: Status.PreconditionRequired.type
- val Processing: Status.Processing.type
- val ProxyAuthenticationRequired: Status.ProxyAuthenticationRequired.type
- val RangeNotSatisfiable: Status.RangeNotSatisfiable.type
- val RequestHeaderFieldsTooLarge: Status.RequestHeaderFieldsTooLarge.type
- val RequestTimeout: Status.RequestTimeout.type
- val ResetContent: Status.ResetContent.type
- val SeeOther: Status.SeeOther.type
- val ServiceUnavailable: Status.ServiceUnavailable.type
- val SwitchingProtocols: Status.SwitchingProtocols.type
- val TemporaryRedirect: Status.TemporaryRedirect.type
- val TooManyRequests: Status.TooManyRequests.type
- val Unauthorized: Status.Unauthorized.type
- val UnavailableForLegalReasons: Status.UnavailableForLegalReasons.type
- val UnprocessableEntity: Status.UnprocessableEntity.type
- val UnsupportedMediaType: Status.UnsupportedMediaType.type
- val UpgradeRequired: Status.UpgradeRequired.type
- val UriTooLong: Status.UriTooLong.type
- val UseProxy: Status.UseProxy.type
- val VariantAlsoNegotiates: Status.VariantAlsoNegotiates.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (Statuses) ⇒ Boolean, msg: ⇒ Any): Statuses
- def ensuring(cond: (Statuses) ⇒ Boolean): Statuses
- def ensuring(cond: Boolean, msg: ⇒ Any): Statuses
- def ensuring(cond: Boolean): Statuses
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (Statuses, B)