implicit final class RichStorageUnit extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichStorageUnit
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def billion: Long
- def byte: StorageUnit
- def bytes: StorageUnit
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def gigabyte: StorageUnit
- def gigabytes: StorageUnit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kilobyte: StorageUnit
- def kilobytes: StorageUnit
- def megabyte: StorageUnit
- def megabytes: StorageUnit
- def million: Long
- val numBytes: Long
- def petabyte: StorageUnit
- def petabytes: StorageUnit
- def terabyte: StorageUnit
- def terabytes: StorageUnit
- def thousand: Long
- def toString(): String
- Definition Classes
- Any