final case class DecimalByteCount(bytes: Long) extends AnyVal with ByteCount with DecimalByteCounter with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DecimalByteCount
- Serializable
- Product
- Equals
- DecimalByteCounter
- ByteCount
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DecimalByteCount(bytes: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def *(that: ByteCount): DecimalByteCount
- Definition Classes
- DecimalByteCount → ByteCount
- def +(that: ByteCount): DecimalByteCount
- Definition Classes
- DecimalByteCount → ByteCount
- def -(that: ByteCount): DecimalByteCount
- Definition Classes
- DecimalByteCount → ByteCount
- def /(that: ByteCount): DecimalByteCount
- Definition Classes
- DecimalByteCount → ByteCount
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def b: Long
- Definition Classes
- ByteCount
- val bytes: Long
- Definition Classes
- DecimalByteCount → ByteCount
- def displayUnits: Array[String]
- Definition Classes
- DecimalByteCounter
- def gb: Long
- Definition Classes
- ByteCount
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def gigabytes: Long
- Definition Classes
- DecimalByteCounter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kb: Long
- Definition Classes
- ByteCount
- def kilobytes: Long
- Definition Classes
- DecimalByteCounter
- def mb: Long
- Definition Classes
- ByteCount
- def megabytes: Long
- Definition Classes
- DecimalByteCounter
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def tb: Long
- Definition Classes
- ByteCount
- def terabytes: Long
- Definition Classes
- DecimalByteCounter
- def thresholds: Array[Long]
- Definition Classes
- DecimalByteCounter
- def toBinaryByteCount: BinaryByteCount
- Definition Classes
- DecimalByteCount → ByteCount
- def toDecimalByteCount: DecimalByteCount
- Definition Classes
- DecimalByteCount → ByteCount
- def toString(): String
- Definition Classes
- DecimalByteCount → Any
- def toString(units: Array[String], thresholds: Array[Long]): String
- Attributes
- protected
- Definition Classes
- ByteCount