Packages

object Obj

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Obj
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AttrAdded[T <: Txn[T]] = Added[String, Obj[T]]
  2. type AttrMap[T <: Txn[T]] = Modifiable[T, String, Obj]
  3. type AttrRemoved[T <: Txn[T]] = Removed[String, Obj[T]]
  4. type AttrReplaced[T <: Txn[T]] = Removed[String, Obj[T]]
  5. type AttrUpdate[T <: Txn[T]] = Update[T, String, Obj]
  6. trait Type extends Elem.Type

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 AttrAdded: Added.type
  5. val AttrRemoved: Removed.type
  6. val AttrReplaced: Replaced.type
  7. def addType(tpe: Type): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def attrMapFormat[T <: Txn[T]]: TFormat[T, AttrMap[T]]
  10. final val attrName: String("name")
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. 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()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def format[T <: Txn[T]]: TFormat[T, Obj[T]]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getType(id: Int): Type
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped