LazyMk

object LazyMk
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

inline def deriveSum[T](s: SumOf[T]): LazyMk[T]
inline def derivedProduct[T](p: ProductOf[T], configuration: Configuration): LazyMk[T]
inline def processReadCases[NamesAndAlts <: Tuple](context: Context)(json: JsValue): Any
inline def processWriteCases[NamesAndAlts <: Tuple](context: Context)(x: Any): JsValue
inline def readElems[NamesAndElems <: Tuple](context: Context)(json: JsValue): List[Any]
inline def summonFormat[A](context: Context): JsonFormat[A]
inline def writeElems[NamesAndElems <: Tuple](n: Int, context: Context, configuration: Configuration)(x: Any): JsValue

Givens

Givens

given derived