package
si
Type Members
-
abstract
type
Amount
-
-
implicit final
class
BaseQuantityOps[A] extends AnyVal
-
-
-
abstract
type
Current
-
-
abstract
type
Intensity
-
-
-
-
abstract
type
Length
-
abstract
type
Mass
-
-
trait
MetricUnit[I <: XInt, D] extends Unit[D]
-
-
-
-
-
-
-
abstract
type
Temperature
-
abstract
type
Time
Value Members
-
implicit
def
amountShow: Show[Amount]
-
implicit
def
candelaShow: Show[Candela]
-
implicit
val
centiShow: Show[-2]
-
implicit
def
currentShow: Show[Current]
-
implicit
def
intensityShow: Show[Intensity]
-
implicit
def
kelvinShow: Show[Kelvin]
-
implicit
val
killoShow: Show[3]
-
implicit
def
lengthShow: Show[Length]
-
implicit
def
massShow: Show[Mass]
-
implicit
def
metricConversion[A, D, PF <: XInt, PT <: XInt](implicit c: ConvertableTo[A], ev: Field[A], pf: ValueOf[PF], pt: ValueOf[PT]): ConversionFactor[A, D, MetricUnit[PF, D], MetricUnit[PT, D]]
-
implicit
def
metricCurrentShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Current]]
-
implicit
def
metricLengthShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Length]]
-
implicit
def
metricMassShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Mass]]
-
implicit
def
metricTimeShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Time]]
-
implicit
val
milliShow: Show[-3]
-
implicit
def
moleShow: Show[Mole]
-
implicit
def
temperatureShow: Show[Temperature]
-
implicit
def
timeShow: Show[Time]
-
implicit
val
zeroShow: Show[0]
Inherited from AnyRef
Inherited from Any
SI units