trait Responses[F[_], G[_]] extends AnyRef

Source
Responses.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Responses
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def liftG: ~>[G, F]

Concrete Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped