Packages

object Timeline extends Type

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

Type Members

  1. type Added[T <: Txn[T]] = lucre.BiGroup.Added[T, Obj[T]]
  2. type Leaf[T <: Txn[T]] = (SpanLike, IndexedSeq[Entry[T, Obj[T]]])
  3. trait Modifiable[T <: Txn[T]] extends Timeline[T] with lucre.BiGroup.Modifiable[T, Obj[T]]
  4. type Moved[T <: Txn[T]] = lucre.BiGroup.Moved[T, Obj[T]]
  5. type Removed[T <: Txn[T]] = lucre.BiGroup.Removed[T, Obj[T]]
  6. type Timed[T <: Txn[T]] = Entry[T, Obj[T]]
  7. type Update[T <: Txn[T]] = lucre.BiGroup.Update[T, Obj[T], Timeline[T]]

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. val Added: lucre.BiGroup.Added.type
  5. val Moved: lucre.BiGroup.Moved.type
  6. val Removed: lucre.BiGroup.Removed.type
  7. val Timed: Entry.type
  8. val Update: lucre.BiGroup.Update.type
  9. def apply[T <: Txn[T]]()(implicit tx: T): Modifiable[T]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit def format[T <: Txn[T]]: TFormat[T, Timeline[T]]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def init(): Unit
    Definition Classes
    TypeType
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Timeline[T]
  23. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    TimelineTypeType
  24. final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    TypeType
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final val typeId: Int(65542)
    Definition Classes
    TimelineType
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. 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