object ORMultiMap extends Serializable
- Source
- ORMultiMap.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ORMultiMap
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val _empty: ORMultiMap[Any, Any]
- val _emptyWithValueDeltas: ORMultiMap[Any, Any]
- def apply(): ORMultiMap[Any, Any]
-
def
create[A, B](): ORMultiMap[A, B]
Java API
-
def
empty[A, B]: ORMultiMap[A, B]
Provides an empty multimap.
- def emptyWithValueDeltas[A, B]: ORMultiMap[A, B]
-
def
unapply[A, B <: ReplicatedData](value: Any): Option[Map[A, Set[B]]]
Extract the ORMultiMap#entries of an
ORMultiMap
. -
def
unapply[A, B](m: ORMultiMap[A, B]): Option[Map[A, Set[B]]]
Extract the ORMultiMap#entries.