Quantity

skuber.Resource.Quantity
See theQuantity companion class
object Quantity

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quantity.type

Members list

Type members

Classlikes

case object BinarySI extends Format

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Format
class Object
trait Matchable
class Any
Show all
Self type
BinarySI.type
case object DecimalExponent extends Format

Attributes

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

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Format
class Object
trait Matchable
class Any
Show all
Self type
DecimalSI.type
sealed trait Format

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BinarySI.type
object DecimalExponent.type
object DecimalSI.type

Value members

Concrete methods

def apply(quant: String): Quantity
def parseBinarySI(number: String, suffix: String): BigDecimal
def parseDecimalExponent(number: String, suffix: String): Unit
def parseDecimalSI(number: String, suffix: String): BigDecimal

Concrete fields

val binBe2Suffix: Map[(Int, Int), String]
val binSuffix2Be: Map[Finalizer, (Int, Int)]
val decBe2Suffix: Map[(Int, Int), String]
val decSuffix2Be: Map[Finalizer, (Int, Int)]