And

oxygen.http.core.RequestNonPathCodec.And
final case class And[A, B, C](a: RequestNonPathCodec[A], b: RequestNonPathCodec[B], zip: Out[A, B, C]) extends RequestNonPathCodec[C]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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, C]

Attributes

Definition Classes

Inherited methods

final def ++[B](that: RequestNonPathCodec[B])(using zip: Zip[C, 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]