Packages

object Num extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Num
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: Double): Num
  2. def apply(value: Float): Num
  3. def apply(value: BigDecimal): Num
  4. def apply(value: Long): Num
  5. def apply(value: Int): Num
  6. def apply(value: Short): Num
  7. def apply(value: Byte): Num
  8. implicit val decoder: JsonDecoder[Num]
  9. implicit val encoder: JsonEncoder[Num]