ORMultiMap

object ORMultiMap
Companion:
class
Source:
ORMultiMap.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(): ORMultiMap[Any, Any]
def create[A, B](): ORMultiMap[A, B]

Java API

Java API

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

Provides an empty multimap.

Provides an empty multimap.

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

Extract the ORMultiMap#entries.

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.

Source:
ORMultiMap.scala

Concrete fields

val _empty: ORMultiMap[Any, Any]