Packages

case class Datom(e: Long, a: Any, v: Any, tx: Long, added: Boolean) extends Product with Serializable

Source
Datom.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Datom
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Datom(e: Long, a: Any, v: Any, tx: Long, added: Boolean)

Value Members

  1. val a: Any
  2. val added: Boolean
  3. val e: Long
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val tx: Long
  6. val v: Any