DecoratedLattice

rdts.base.DecoratedLattice
See theDecoratedLattice companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def compact[A](inline decorated: Lattice[A])(inline comp: A => A): DecoratedLattice[A]
inline def filter[A](inline decorated: Lattice[A])(inline filt: (A, A) => A): DecoratedLattice[A]