object ORMultiMap extends Serializable
- Source
- ORMultiMap.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ORMultiMap
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val _empty: [, Any]
- val _emptyWithValueDeltas: [, Any]
- def apply(): [, 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.