final case class InsertDeleteStep[+D, +C](inserts: Inserts[C], deletes: Map[String, D]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InsertDeleteStep
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append[DD >: D, CC >: C](o: InsertDeleteStep[DD, CC])(implicit arg0: Cid[CC]): InsertDeleteStep[DD, CC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val deletes: Map[String, D]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inserts: Inserts[C]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftMap[DD](f: (D) => DD): InsertDeleteStep[DD, C]
- def mapPreservingIds[CC](f: (C) => CC): InsertDeleteStep[D, CC]
Results undefined if cid(d) != cid(c)
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def partitionBimap[LD, DD, LC, CC, LDS](f: (D) => \/[LD, DD], g: (C) => \/[LC, CC])(implicit LDS: Factory[LD, LDS]): (LDS, Inserts[LC], InsertDeleteStep[DD, CC])
Results undefined if cid(cc) != cid(c)
- def partitionMapPreservingIds[LC, CC](f: (C) => \/[LC, CC]): (Inserts[LC], InsertDeleteStep[D, CC])
Results undefined if cid(d) != cid(c)
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def size: Int
NB: This is not distributive across
append
. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])