ApplyPartialBodyEmpty
oxygen.http.core.partial.ResponseCodecNoStatus.ApplyPartialBodyEmpty
final case class ApplyPartialBodyEmpty(partial: Empty.type) extends ApplyPartialBody[Unit]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ApplyPartialBody[Unit]trait ResponseCodecNoStatus[Unit]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
final def ++[B](that: ResponseCodecNoStatus[B])(using zip: Zip[Unit, B]): ResponseCodecNoStatus[zip.Out]
Attributes
- Inherited from:
- ResponseCodecNoStatus
Attributes
- Inherited from:
- ResponseCodecNoStatus
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ResponseCodecNoStatus
final def transformOrFail[B](ab: Unit => Either[String, B], ba: B => Unit): ResponseCodecNoStatus[B]
Attributes
- Inherited from:
- ResponseCodecNoStatus
Concrete fields
In this article