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]
- def apply(): ORMultiMap[Any]
-
def
create[A](): ORMultiMap[A]
Java API
-
def
empty[A]: ORMultiMap[A]
Provides an empty multimap.
-
def
unapply(value: Any): Option[Map[String, Set[Any]]]
Extract the ORMultiMap#entries of an
ORMultiMap
. -
def
unapply[A](m: ORMultiMap[A]): Option[Map[String, Set[A]]]
Extract the ORMultiMap#entries.