object EditTimeline
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EditTimeline
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Split[T <: Txn[T]](leftSpan: SpanLikeObj[T], leftObj: Obj[T], rightSpan: SpanLikeObj[T], rightObj: Obj[T]) extends Product with Serializable
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 add[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T): Unit
- def addUndo[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T, undo: UndoManager[T]): Unit
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def remove[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T): Unit
- def removeUndo[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T, undo: UndoManager[T]): Unit
- def split[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T], time: Long)(implicit tx: T): Split[T]
- def splitDo[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T], time: Long)(implicit tx: T): Split[T]
- def splitUndo[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T], time: Long)(implicit tx: T, undo: UndoManager[T]): Split[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unlink[T <: Txn[T]](tl: Modifiable[T], span: SpanLike, source: Output[T])(implicit tx: T): Boolean
Try to remove links from
elem
to other processes on the timeline.Try to remove links from
elem
to other processes on the timeline. That has to rely on heuristics -- check global processes and objects overlapping withspan
on the timeline. - def unlinkAndRemove[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T): Unit
- def unlinkAndRemoveDo[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T): Unit
- def unlinkAndRemoveUndo[T <: Txn[T]](tl: Modifiable[T], span: SpanLikeObj[T], elem: Obj[T])(implicit tx: T, undo: UndoManager[T]): Unit
- def unlinkDo[T <: Txn[T]](tl: Modifiable[T], span: SpanLike, source: Output[T])(implicit tx: T): Boolean
- def unlinkUndo[T <: Txn[T]](tl: Modifiable[T], span: SpanLike, source: Output[T])(implicit tx: T, undo: UndoManager[T]): Boolean
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated