object ORMap extends Serializable
- Source
- ORMap.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ORMap
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait DeltaOp extends with with ReplicatedDataSerialization
Value Members
- def apply(): [, ReplicatedData]
- def create[A, B <: ReplicatedData](): ORMap[A, B]
Java API
- def empty[A, B <: ReplicatedData]: ORMap[A, B]
- def unapply[A, B <: ReplicatedData](m: ORMap[A, B]): Option[Map[A, B]]
Extract the ORMap#entries.