Count

wvlet.airframe.metrics.Count
See theCount companion object
case class Count(value: Long, unit: CountUnit) extends Comparable[Count]

A human-readable integer (non-decimal number) representation.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[Count]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compareTo(o: Count): Int

Attributes

Definition Classes
Comparable
def toLong: Long
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
def valueOf(unit: CountUnit): Double

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product