object ORMultiMap extends Serializable

Source
ORMultiMap.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ORMultiMap
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val _empty: ORMultiMap[Any, Any]
  2. val _emptyWithValueDeltas: ORMultiMap[Any, Any]
  3. def apply(): ORMultiMap[Any, Any]
  4. def create[A, B](): ORMultiMap[A, B]

    Java API

  5. def empty[A, B]: ORMultiMap[A, B]

    Provides an empty multimap.

  6. def emptyWithValueDeltas[A, B]: ORMultiMap[A, B]
  7. def unapply[A, B <: ReplicatedData](value: Any): Option[Map[A, Set[B]]]

    Extract the ORMultiMap#entries of an ORMultiMap.

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

    Extract the ORMultiMap#entries.