trait ListObj[T <: Txn[T], A] extends Obj[T] with Publisher[T, Update[T, A, ListObj[T, A]]]
Abstract Value Members
- abstract def apply(index: Int)(implicit tx: T): A
- abstract def changed: EventLike[T, Update[T, A, ListObj[T, A]]]
- abstract def dispose()(implicit tx: T): Unit
- abstract def get(index: Int)(implicit tx: T): Option[A]
- abstract def head(implicit tx: T): A
- abstract def headOption(implicit tx: T): Option[A]
- abstract def id: Ident[T]
- abstract def indexOf(elem: A)(implicit tx: T): Int
- abstract def isEmpty(implicit tx: T): Boolean
- abstract def iterator(implicit tx: T): Iterator[A]
- abstract def last(implicit tx: T): A
- abstract def lastOption(implicit tx: T): Option[A]
- abstract def modifiableOption: Option[Modifiable[T, A]]
- abstract def nonEmpty(implicit tx: T): Boolean
- abstract def size(implicit tx: T): Int
- abstract def tpe: Type
- abstract def write(out: DataOutput): Unit
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- final def attr(implicit tx: T): AttrMap[T]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Obj[T]
Value Members
- abstract def tpe: Type
- final def attr(implicit tx: T): AttrMap[T]
- def toString(): String
Value Members
- abstract def id: Ident[T]
- def equals(that: Any): Boolean
- def hashCode(): Int
Value Members
- abstract def dispose()(implicit tx: T): Unit
Value Members
- abstract def write(out: DataOutput): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract def apply(index: Int)(implicit tx: T): A
- abstract def changed: EventLike[T, Update[T, A, ListObj[T, A]]]
- abstract def dispose()(implicit tx: T): Unit
- abstract def get(index: Int)(implicit tx: T): Option[A]
- abstract def head(implicit tx: T): A
- abstract def headOption(implicit tx: T): Option[A]
- abstract def id: Ident[T]
- abstract def indexOf(elem: A)(implicit tx: T): Int
- abstract def isEmpty(implicit tx: T): Boolean
- abstract def iterator(implicit tx: T): Iterator[A]
- abstract def last(implicit tx: T): A
- abstract def lastOption(implicit tx: T): Option[A]
- abstract def modifiableOption: Option[Modifiable[T, A]]
- abstract def nonEmpty(implicit tx: T): Boolean
- abstract def size(implicit tx: T): Int
- abstract def tpe: Type
- abstract def write(out: DataOutput): Unit
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- final def attr(implicit tx: T): AttrMap[T]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit