UpperBound

trait UpperBound[a: Type]Source

A trait for partially ordered types that have an upper bound.

Signatures

def maxValue(_unit: Unit): a with UpperBound[a] Source

Returns the largest value of a.