UpperBound
class UpperBound[a: Type]
SourceA trait for partially ordered types that have an upper bound.
Signatures
def maxValue(_unit: Unit): a with UpperBound[a]
SourceReturns the largest value of a
.
class UpperBound[a: Type]
SourceA trait for partially ordered types that have an upper bound.
def maxValue(_unit: Unit): a with UpperBound[a]
SourceReturns the largest value of a
.