Num

object Num
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Num.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(value: Byte): Num
def apply(value: Short): Num
def apply(value: Int): Num
def apply(value: Long): Num
def apply(value: BigDecimal): Num
def apply(value: Float): Num
def apply(value: Double): Num

Implicits

Implicits

implicit val decoder: JsonDecoder[Num]
implicit val encoder: JsonEncoder[Num]