rdts.base.Lattice
See theLattice companion object
@FunctionalInterface
A lattice describes a set of values where we always can merge two values and get a “consistent” result. Technically, this is a join semilattice. See also Bottom.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DecoratedLattice[A]class ProductLattice[T]class SumLattice[T]class GenericLastWriterWinsLattice[A]object latticeInstance
Members list
In this article