object ORMultiMap extends Serializable

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

Value Members

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

    Java API

  4. def empty[A]: ORMultiMap[A]

    Provides an empty multimap.

  5. def unapply(value: Any): Option[Map[String, Set[Any]]]

    Extract the ORMultiMap#entries of an ORMultiMap.

  6. def unapply[A](m: ORMultiMap[A]): Option[Map[String, Set[A]]]

    Extract the ORMultiMap#entries.