Packages

object BiGroup extends Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BiGroup
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Added[T <: Txn[T], A](span: SpanLike, elem: Entry[T, A]) extends Change[T, A] with Product with Serializable
  2. sealed trait Change[T <: Txn[T], +A] extends AnyRef
  3. trait Entry[T <: Txn[T], +A] extends Obj[T] with Publisher[T, model.Change[SpanLike]]
  4. type Leaf[T <: Txn[T], +A] = (SpanLike, IndexedSeq[Entry[T, A]])
  5. trait Modifiable[T <: Txn[T], A] extends BiGroup[T, A]
  6. final case class Moved[T <: Txn[T], A](change: model.Change[SpanLike], elem: Entry[T, A]) extends Change[T, A] with Product with Serializable
  7. final case class Removed[T <: Txn[T], A](span: SpanLike, elem: Entry[T, A]) extends Change[T, A] with Product with Serializable
  8. final case class Update[T <: Txn[T], A, +Repr](group: Repr, changes: List[Change[T, A]]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val MaxCoordinate: Long
  5. final val MaxSide: Long
  6. final val MaxSquare: LongSquare
  7. final val MinCoordinate: Long
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def format[T <: Txn[T], A <: Elem[T]]: TFormat[T, BiGroup[T, A]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def init(): Unit
    Definition Classes
    BiGroupTypeType
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    BiGroupTypeType
  21. final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    TypeType
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final val typeId: Int(27)
    Definition Classes
    BiGroupType
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. object Entry extends Type
  29. object Modifiable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped