Count

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

Type members

Classlikes

case object BILLION extends CountUnit
sealed class CountUnit
Companion:
object
object CountUnit
Companion:
class
case object MILLION extends CountUnit
case object ONE extends CountUnit
case object QUADRILLION extends CountUnit
case object THOUSAND extends CountUnit
case object TRILLION extends CountUnit

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

Value members

Concrete methods

def apply(value: Long): Count
def apply(countStr: String): Count
def succinct(x: Long): Count
def unapply(countStr: String): Option[Count]

Concrete fields

val units: List[CountUnit]