lofi_acl.ardt.datatypes

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object AddWinsMap

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
AddWinsMap.type
object AddWinsSet

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
AddWinsSet.type
object LWW

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
LWW.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object ORMap

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ORMap.type
case class TwoPhaseMap[K, V](keys: TwoPhaseSet[K], _mappings: Map[K, V])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TwoPhaseMap

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TwoPhaseSet[T](added: Set[T], removed: Set[T])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TwoPhaseSet

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

opaque type AddWinsLastWriterWinsMap[K, V]
opaque type AddWinsMap[K, V]
opaque type AddWinsSet[E]
type LWW[V] = LastWriterWins[V]
opaque type MultiValueRegister[V]

Extensions

Extensions

extension [E](awSet: AddWinsSet[E])
def contains(element: E): Boolean
def elements: Set[E]