Count

wvlet.airframe.metrics.Count
See theCount companion class
object Count

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Count.type

Members list

Type members

Classlikes

case object BILLION extends CountUnit

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Show all
Self type
BILLION.type
sealed abstract class CountUnit(val factor: Long, val unitString: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BILLION
object MILLION
object ONE
object QUADRILLION
object THOUSAND
object TRILLION
Show all
object CountUnit

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CountUnit.type
case object MILLION extends CountUnit

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Show all
Self type
MILLION.type
case object ONE extends CountUnit

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Show all
Self type
ONE.type
case object QUADRILLION extends CountUnit

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Show all
Self type
case object THOUSAND extends CountUnit

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Show all
Self type
THOUSAND.type
case object TRILLION extends CountUnit

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Show all
Self type
TRILLION.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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]