LowerBound
class LowerBound[a: Type]
SourceA trait for partially ordered types that have a lower bound.
Signatures
def minValue(_unit: Unit): a with LowerBound[a]
SourceReturns the smallest value of a
.
class LowerBound[a: Type]
SourceA trait for partially ordered types that have a lower bound.
def minValue(_unit: Unit): a with LowerBound[a]
SourceReturns the smallest value of a
.