AndThen

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RequestPathCodec[C]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decode(paths: List[String]): Option[(C, List[String])]

Attributes

Definition Classes
override def encode(value: C): Growable[String]

Attributes

Definition Classes

Inherited methods

final def <||[B >: C](that: RequestPathCodec[B])(using ct: TypeTest[B, C]): RequestPathCodec[B]

Attributes

Inherited from:
RequestPathCodec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def transform[B](ab: C => B, ba: B => C): RequestPathCodec[B]

Attributes

Inherited from:
RequestPathCodec
final def transformDecode[B](ab: C => Option[B], ba: B => C): RequestPathCodec[B]

Attributes

Inherited from:
RequestPathCodec
final def ||>[B <: C](that: RequestPathCodec[B])(using ct: TypeTest[C, B]): RequestPathCodec[C]

Attributes

Inherited from:
RequestPathCodec

Concrete fields

override val partiallyAppliedPathSchemas: NonEmptyList[Growable[PartiallyAppliedPathSchema]]

Inherited fields

Attributes

Inherited from:
RequestPathCodec