Append

oxygen.json.JsonDecoder.TupleDecoder.Append
final case class Append[A, B <: Tuple](a: JsonDecoder[A], b: TupleDecoder[B]) extends TupleDecoder[A *: B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TupleDecoder[A *: B]
trait JsonDecoder[A *: B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def <>[B >: A *: B](that: JsonDecoder[B]): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
final override def decodeJsonAST(ast: Json): Either[JsonError, A *: B]

Attributes

Definition Classes
Inherited from:
TupleDecoder
final def decodeJsonString(string: String): Either[JsonError, A *: B]

Attributes

Inherited from:
JsonDecoder
final def map[B](f: (A *: B) => B): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
final def mapAttempt[B](f: (A *: B) => B)(using typeTag: TypeTag[B]): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
final def mapJsonInput(f: PartialFunction[Json, Json]): JsonDecoder[A *: B]

Attributes

Inherited from:
JsonDecoder
final def mapOrFail[B](f: (A *: B) => Either[String, B]): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val size: Int

Inherited fields

val onMissingFromObject: Option[A *: B]

Attributes

Inherited from:
JsonDecoder