Default

io.circe.derivation.Default
See theDefault companion object
trait Default[T] extends Serializable

Original code by Dmytro Mitin, with slight modifications by Simão Martins. See: https://stackoverflow.com/questions/68421043/type-class-derivation-accessing-default-values

Attributes

Companion:
object
Source:
Default.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Out <: Tuple

Attributes

Source:
Default.scala

Value members

Abstract methods

Attributes

Source:
Default.scala

Concrete methods

def defaultAt(index: Int): Option[Any]

Attributes

Source:
Default.scala