ApplyPartialBodySingle

oxygen.http.core.RequestNonPathCodec.ApplyPartialBodySingle
final case class ApplyPartialBodySingle[A](partial: Single[A], name: String, doc: Option[String]) extends ApplyPartialBody[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ApplyPartialBody[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decode(queryParams: QueryParams, headers: Headers, body: Body): ZIO[Scope, RequestDecodingFailure, A]

Attributes

Definition Classes

Inherited methods

final def ++[B](that: RequestNonPathCodec[B])(using zip: Zip[A, B]): RequestNonPathCodec[zip.Out]

Attributes

Inherited from:
RequestNonPathCodec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val sources: NonEmptyList[Source]