object Obj
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Obj
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AttrAdded[T <: Txn[T]] = Added[String, Obj[T]]
- type AttrMap[T <: Txn[T]] = Modifiable[T, String, Obj]
- type AttrRemoved[T <: Txn[T]] = Removed[String, Obj[T]]
- type AttrReplaced[T <: Txn[T]] = Removed[String, Obj[T]]
- type AttrUpdate[T <: Txn[T]] = Update[T, String, Obj]
- trait Type extends Elem.Type
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
- val AttrAdded: Added.type
- val AttrRemoved: Removed.type
- val AttrReplaced: Replaced.type
- def addType(tpe: Type): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attrMapFormat[T <: Txn[T]]: TFormat[T, AttrMap[T]]
- final val attrName: String("name")
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copy[In <: Txn[In], Out <: Txn[Out], Repr[~ <: Txn[~]] <: Elem[~]](in: Repr[In])(implicit txIn: In, txOut: Out): Repr[Out]
Copy an object graph with
in
as a leaf.Copy an object graph with
in
as a leaf. This is short for the following sequence:val c = Copy[Int, Out] val out = c(in) c.finish()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def format[T <: Txn[T]]: TFormat[T, Obj[T]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getType(id: Int): Type
- 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 read[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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