Lattice

object Lattice extends JoinSemilatticeFunctions[[A] =>> Lattice[A]] with MeetSemilatticeFunctions[[A] =>> Lattice[A]]
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final def apply[@specialized(Int, Long, Float, Double) A](ev: Lattice[A]): Lattice[A]

Access an implicit Lattice[A].

Access an implicit Lattice[A].

Inherited methods

def join[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: Lattice[A]): A
def meet[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: Lattice[A]): A