Decoded

harness.endpoint.spec.QueryCodec$.Decoded
final case class Decoded[+A](value: A, from: List[SchemaSource])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[B](f: A => B): Decoded[B]
def mapDecode[B](f: A => Either[String, B]): Either[DecodingFailure, Decoded[B]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product