Then

harness.endpoint.spec.PathCodec$.Then
final case class Then[A, B, O](a: PathCodec[A], b: PathCodec[B], z: Out[A, B, O]) extends PathCodec[O]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PathCodec[O]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decodePathInternal(paths: List[String]): Option[(O, List[String])]

Attributes

Definition Classes
override def encodePath(o: O): List[String]

Attributes

Definition Classes

Inherited methods

final def /[B](p: String): PathCodec[A]

Attributes

Inherited from:
PathCodec
final def /[B](that: PathCodec[B])(implicit z: Zip[O, B]): PathCodec[Out]

Attributes

Inherited from:
PathCodec
final def decodePath(paths: List[String]): Option[A]

Attributes

Inherited from:
PathCodec
final def imap[B](to: O => B, from: B => O): PathCodec[B]

Attributes

Inherited from:
PathCodec
final def imapDecode[B](to: O => Option[B], from: B => O): PathCodec[B]

Attributes

Inherited from:
PathCodec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val schemas: NonEmptyList[List[PathSchema]]