trait Responses[F[_]] extends AnyRef

Source
Responses.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Responses
  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 Responses[F] to any2stringadd[Responses[F]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Responses[F], B)
    Implicit
    This member is added by an implicit conversion from Responses[F] to ArrowAssoc[Responses[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (Responses[F]) ⇒ Boolean, msg: ⇒ Any): Responses[F]
    Implicit
    This member is added by an implicit conversion from Responses[F] to Ensuring[Responses[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Responses[F]) ⇒ Boolean): Responses[F]
    Implicit
    This member is added by an implicit conversion from Responses[F] to Ensuring[Responses[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Responses[F]
    Implicit
    This member is added by an implicit conversion from Responses[F] to Ensuring[Responses[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Responses[F]
    Implicit
    This member is added by an implicit conversion from Responses[F] to Ensuring[Responses[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Responses[F] to StringFormat[Responses[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. implicit def http4sAcceptedSyntax(status: Accepted.type): AcceptedOps[F]
  19. implicit def http4sAlreadyReportedSyntax(status: AlreadyReported.type): AlreadyReportedOps[F]
  20. implicit def http4sBadGatewaySyntax(status: BadGateway.type): BadGatewayOps[F]
  21. implicit def http4sBadRequestSyntax(status: BadRequest.type): BadRequestOps[F]
  22. implicit def http4sConflictSyntax(status: Conflict.type): ConflictOps[F]
  23. implicit def http4sContinueSyntax(status: Continue.type): ContinueOps[F]
  24. implicit def http4sCreatedSyntax(status: Created.type): CreatedOps[F]
  25. implicit def http4sExpectationFailedSyntax(status: ExpectationFailed.type): ExpectationFailedOps[F]
  26. implicit def http4sFailedDependencySyntax(status: FailedDependency.type): FailedDependencyOps[F]
  27. implicit def http4sForbiddenSyntax(status: Forbidden.type): ForbiddenOps[F]
  28. implicit def http4sFoundSyntax(status: Found.type): FoundOps[F]
  29. implicit def http4sGatewayTimeoutSyntax(status: GatewayTimeout.type): GatewayTimeoutOps[F]
  30. implicit def http4sGoneSyntax(status: Gone.type): GoneOps[F]
  31. implicit def http4sHttpVersionNotSupportedSyntax(status: HttpVersionNotSupported.type): HttpVersionNotSupportedOps[F]
  32. implicit def http4sIMUsedSyntax(status: IMUsed.type): IMUsedOps[F]
  33. implicit def http4sInsufficientStorageSyntax(status: InsufficientStorage.type): InsufficientStorageOps[F]
  34. implicit def http4sInternalServerErrorSyntax(status: InternalServerError.type): InternalServerErrorOps[F]
  35. implicit def http4sLengthRequiredSyntax(status: LengthRequired.type): LengthRequiredOps[F]
  36. implicit def http4sLockedSyntax(status: Locked.type): LockedOps[F]
  37. implicit def http4sLoopDetectedSyntax(status: LoopDetected.type): LoopDetectedOps[F]
  38. implicit def http4sMethodNotAllowedSyntax(status: MethodNotAllowed.type): MethodNotAllowedOps[F]
  39. implicit def http4sMovedPermanentlySyntax(status: MovedPermanently.type): MovedPermanentlyOps[F]
  40. implicit def http4sMultiStatusSyntax(status: MultiStatus.type): MultiStatusOps[F]
  41. implicit def http4sMultipleChoicesSyntax(status: MultipleChoices.type): MultipleChoicesOps[F]
  42. implicit def http4sNetworkAuthenticationRequiredSyntax(status: NetworkAuthenticationRequired.type): NetworkAuthenticationRequiredOps[F]
  43. implicit def http4sNoContentSyntax(status: NoContent.type): NoContentOps[F]
  44. implicit def http4sNonAuthoritativeInformationSyntax(status: NonAuthoritativeInformation.type): NonAuthoritativeInformationOps[F]
  45. implicit def http4sNotAcceptableSyntax(status: NotAcceptable.type): NotAcceptableOps[F]
  46. implicit def http4sNotExtendedSyntax(status: NotExtended.type): NotExtendedOps[F]
  47. implicit def http4sNotFoundSyntax(status: NotFound.type): NotFoundOps[F]
  48. implicit def http4sNotImplementedSyntax(status: NotImplemented.type): NotImplementedOps[F]
  49. implicit def http4sNotModifiedSyntax(status: NotModified.type): NotModifiedOps[F]
  50. implicit def http4sOkSyntax(status: Ok.type): OkOps[F]
  51. implicit def http4sPartialContentSyntax(status: PartialContent.type): PartialContentOps[F]
  52. implicit def http4sPayloadTooLargeSyntax(status: PayloadTooLarge.type): PayloadTooLargeOps[F]
  53. implicit def http4sPaymentRequiredSyntax(status: PaymentRequired.type): PaymentRequiredOps[F]
  54. implicit def http4sPermanentRedirectSyntax(status: PermanentRedirect.type): PermanentRedirectOps[F]
  55. implicit def http4sPreconditionFailedSyntax(status: PreconditionFailed.type): PreconditionFailedOps[F]
  56. implicit def http4sPreconditionRequiredSyntax(status: PreconditionRequired.type): PreconditionRequiredOps[F]
  57. implicit def http4sProxyAuthenticationRequiredSyntax(status: ProxyAuthenticationRequired.type): ProxyAuthenticationRequiredOps[F]
  58. implicit def http4sRangeNotSatisfiableSyntax(status: RangeNotSatisfiable.type): RangeNotSatisfiableOps[F]
  59. implicit def http4sRequestHeaderFieldsTooLargeSyntax(status: RequestHeaderFieldsTooLarge.type): RequestHeaderFieldsTooLargeOps[F]
  60. implicit def http4sRequestTimeoutSyntax(status: RequestTimeout.type): RequestTimeoutOps[F]
  61. implicit def http4sResetContentSyntax(status: ResetContent.type): ResetContentOps[F]
  62. implicit def http4sSeeOtherSyntax(status: SeeOther.type): SeeOtherOps[F]
  63. implicit def http4sServiceUnavailableSyntax(status: ServiceUnavailable.type): ServiceUnavailableOps[F]
  64. implicit def http4sSwitchingProtocolsSyntax(status: SwitchingProtocols.type): SwitchingProtocolsOps[F]
  65. implicit def http4sTemporaryRedirectSyntax(status: TemporaryRedirect.type): TemporaryRedirectOps[F]
  66. implicit def http4sTooManyRequestsSyntax(status: TooManyRequests.type): TooManyRequestsOps[F]
  67. implicit def http4sUnauthorizedSyntax(status: Unauthorized.type): UnauthorizedOps[F]
  68. implicit def http4sUnavailableForLegalReasonsSyntax(status: UnavailableForLegalReasons.type): UnavailableForLegalReasonsOps[F]
  69. implicit def http4sUnprocessableEntitySyntax(status: UnprocessableEntity.type): UnprocessableEntityOps[F]
  70. implicit def http4sUnsupportedMediaTypeSyntax(status: UnsupportedMediaType.type): UnsupportedMediaTypeOps[F]
  71. implicit def http4sUpgradeRequiredSyntax(status: UpgradeRequired.type): UpgradeRequiredOps[F]
  72. implicit def http4sUriTooLongSyntax(status: UriTooLong.type): UriTooLongOps[F]
  73. implicit def http4sVariantAlsoNegotiatesSyntax(status: VariantAlsoNegotiates.type): VariantAlsoNegotiatesOps[F]
  74. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  79. def toString(): String
    Definition Classes
    AnyRef → Any
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  83. def [B](y: B): (Responses[F], B)
    Implicit
    This member is added by an implicit conversion from Responses[F] to ArrowAssoc[Responses[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Responses[F] to any2stringadd[Responses[F]]

Inherited by implicit conversion StringFormat from Responses[F] to StringFormat[Responses[F]]

Inherited by implicit conversion Ensuring from Responses[F] to Ensuring[Responses[F]]

Inherited by implicit conversion ArrowAssoc from Responses[F] to ArrowAssoc[Responses[F]]

Ungrouped