Parsing

object Parsing
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
object BigDecimal extends Parsing[BigDecimal]
case
object BigInt extends Parsing[BigInt]
case
object Double extends Parsing[Double]
case
object Float extends Parsing[Float]
case
object Instant extends Parsing[Instant]
case
object Int extends Parsing[Int]
case
object Long extends Parsing[Long]
case
object Short extends Parsing[Short]
case
object Uuid extends Parsing[UUID]
sealed abstract
class Value extends Product with Serializable
Companion
object
object Value
Companion
class

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