ORMultiMapKey

@SerialVersionUID(1L)
final case class ORMultiMapKey[A, B](_id: String) extends Key[ORMultiMap[A, B]] with ReplicatedDataSerialization
Companion:
object
Source:
ORMultiMap.scala
trait Product
trait Equals
class Key[ORMultiMap[A, B]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

final override def equals(o: Any): Boolean
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala
final override def hashCode: Int
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala
Inherited from:
Product
override def toString(): String
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala

Inherited fields

val id: KeyId
Inherited from:
Key
Source:
Key.scala