JoinLattice

trait JoinLattice[a: Type] with PartialOrder[a]Source

Signatures

def leastUpperBound(x: a, y: a): a with JoinLattice[a] Source

Returns the least upper bound of x and y.