ORMap

org.apache.pekko.cluster.ddata.ORMap$
See theORMap companion class
object ORMap

Attributes

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

Members list

Type members

Classlikes

Attributes

Source
ORMap.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(): ORMap[Any, ReplicatedData]

Attributes

Source
ORMap.scala
def create[A, B <: ReplicatedData](): ORMap[A, B]

Java API

Java API

Attributes

Source
ORMap.scala
def empty[A, B <: ReplicatedData]: ORMap[A, B]

Attributes

Source
ORMap.scala
def unapply[A, B <: ReplicatedData](m: ORMap[A, B]): Option[Map[A, B]]

Extract the ORMap#entries.

Extract the ORMap#entries.

Attributes

Source
ORMap.scala