ORMultiMap

org.apache.pekko.cluster.ddata.ORMultiMap$
See theORMultiMap companion class
object ORMultiMap

Attributes

Companion
class
Source
ORMultiMap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ORMultiMap.type

Members list

Value members

Concrete methods

def apply(): ORMultiMap[Any, Any]

Attributes

Source
ORMultiMap.scala
def create[A, B](): ORMultiMap[A, B]

Java API

Java API

Attributes

Source
ORMultiMap.scala
def empty[A, B]: ORMultiMap[A, B]

Provides an empty multimap.

Provides an empty multimap.

Attributes

Source
ORMultiMap.scala
def emptyWithValueDeltas[A, B]: ORMultiMap[A, B]

Attributes

Source
ORMultiMap.scala
def unapply[A, B](m: ORMultiMap[A, B]): Option[Map[A, Set[B]]]

Extract the ORMultiMap#entries.

Extract the ORMultiMap#entries.

Attributes

Source
ORMultiMap.scala
def unapply[A, B <: ReplicatedData](value: Any): Option[Map[A, Set[B]]]

Extract the ORMultiMap#entries of an ORMultiMap.

Extract the ORMultiMap#entries of an ORMultiMap.

Attributes

Source
ORMultiMap.scala

Concrete fields

val _empty: ORMultiMap[Any, Any]

Attributes

Source
ORMultiMap.scala

Attributes

Source
ORMultiMap.scala