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

Concise view

Type members

Classlikes

case object BILLION extends CountUnit

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BILLION.type
object MILLION.type
object ONE.type
object QUADRILLION.type
object THOUSAND.type
object TRILLION.type
object CountUnit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Self type
case object TRILLION extends CountUnit

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CountUnit
class Object
trait Matchable
class Any
Self 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]