given_Decoder_*:

given given_Decoder_*:[H, T <: Tuple](implicit evidence$3: Decoder[H], evidence$4: Decoder[T], val headEncoder: Decoder[H], val tailEncoder: Decoder[T]): Decoder[H *: T]

Value members

Concrete methods

def decode(data: Json, withDefaults: Boolean): Either[DecodeException, H *: T]

Concrete fields

protected val headEncoder: Decoder[H]
protected val tailEncoder: Decoder[T]