Timeline

object Timeline extends Type
Companion
class
trait Type
trait Type
class Object
trait Matchable
class Any

Type members

Classlikes

object Modifiable
Companion
class
trait Modifiable[T <: Txn[T]] extends Timeline[T] with Modifiable[T, Obj[T]]
Companion
object

Types

type Added[T <: Txn[T]] = Added[T, Obj[T]]
type Leaf[T <: Txn[T]] = (T, Obj[T])
type Moved[T <: Txn[T]] = Moved[T, Obj[T]]
type Removed[T <: Txn[T]] = Removed[T, Obj[T]]
type Timed[T <: Txn[T]] = Entry[T, Obj[T]]
type Update[T <: Txn[T]] = Update[T, Obj[T], Timeline[T]]

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]]()(implicit tx: T): Modifiable[T]
def read[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Timeline[T]
override
def readIdentifiedObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Obj[T]
Definition Classes
Type -> Type

Inherited methods

override
def init(): Unit
Definition Classes
Type -> Type
Inherited from
Type
final override
def readObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Obj[T]
Definition Classes
Type -> Type
Inherited from
Type

Concrete fields

val Added: Added
val Moved: Moved
val Removed: Removed
val Timed: Entry
val Update: Update
final
val typeId: 65542

Implicits

Implicits

implicit
def format[T <: Txn[LazyRef(...)]]: TFormat[T, Timeline[T]]