rdts.base.Bottom
See theBottom companion object
@FunctionalInterface
Provides an empty value of type A
By assumption empty is the identity of Lattice.merge
That is:
Lattice.merge(empty, x) == Lattice.normalize(x)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ProductBottom[T]class SumBottom[T]object given_Bottom_SimpleVotingobject given_Bottom_Intobject bottomobject causalTimeBottom
Members list
In this article