Empty

oxygen.json.JsonDecoder.TupleDecoder.Empty
case object Empty extends TupleDecoder[EmptyTuple]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TupleDecoder[EmptyTuple]
trait JsonDecoder[EmptyTuple]
class Object
trait Matchable
class Any
Show all
Self type
Empty.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
JsonDecoder
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
final def map[B](f: EmptyTuple => B): JsonDecoder[B]

Attributes

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

Attributes

Inherited from:
JsonDecoder
final def mapJsonInput(f: PartialFunction[Json, Json]): JsonDecoder[EmptyTuple]

Attributes

Inherited from:
JsonDecoder
final def mapOrFail[B](f: EmptyTuple => 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[EmptyTuple]

Attributes

Inherited from:
JsonDecoder