Comparisons

class Object
trait Matchable
class Any

Type members

Classlikes

case class Datetime(dt: Instant) extends PrimitiveLiteral
case class ErrorFractionDigits(value: String, e: Option[Throwable]) extends RuntimeException
case class ErrorTotalDigits(value: String, e: Option[Throwable]) extends RuntimeException
case class NumericDecimal(n: BigDecimal, repr: String) extends NumericLiteral
case class NumericDouble(n: Double, repr: String) extends NumericLiteral
case class NumericInt(n: Int, repr: String) extends NumericLiteral
sealed trait NumericLiteral
sealed trait PrimitiveLiteral

Types

type E[A] = Either[String, A]