LowerBound

trait LowerBound[a: Type]Source

A trait for partially ordered types that have a lower bound.

Signatures

def minValue(_unit: Unit): a with LowerBound[a] Source

Returns the smallest value of a.