Packages

trait Datom00[Ns0, Ns1[_], In0[_], In1[_, _]] extends Datom

Source
Datom.scala
Linear Supertypes
Datom, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Datom00
  2. Datom
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def a: Ns1[String] with OneString[Ns1[String], In1[String, String]]

    Attribute name.

    Attribute name.

    Definition Classes
    Datom00Datom
  5. def a_: Ns0 with OneString[Ns0, In0[String]]

    Tacit attribute name.

    Tacit attribute name.

    Definition Classes
    Datom00Datom
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def e: Ns1[Long] with OneLong[Ns1[Long], In1[Long, Long]]

    Entity id.

    Entity id.

    Definition Classes
    Datom00Datom
  9. def e_: Ns0 with OneLong[Ns0, In0[Long]]

    Tacit entity id.

    Tacit entity id.

    Definition Classes
    Datom00Datom
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def ns: Ns1[String] with OneString[Ns1[String], In1[String, String]]

    Namespace name.

    Namespace name.

    Definition Classes
    Datom00Datom
  20. def ns_: Ns0 with OneString[Ns0, In0[String]]

    Tacit namespace name.

    Tacit namespace name.

    Definition Classes
    Datom00Datom
  21. def op: Ns1[Boolean] with OneBoolean[Ns1[Boolean], In1[Boolean, Boolean]]

    Transaction operation (add: True or retract: False).

    Transaction operation (add: True or retract: False).

    Definition Classes
    Datom00Datom
  22. def op_: Ns0 with OneBoolean[Ns0, In0[Boolean]]

    Tacit transaction operation (add: True or retract: False).

    Tacit transaction operation (add: True or retract: False).

    Definition Classes
    Datom00Datom
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def t: Ns1[Long] with OneLong[Ns1[Long], In1[Long, Long]]

    Transaction time t.

    Transaction time t.

    Definition Classes
    Datom00Datom
  25. def t_: Ns0 with OneLong[Ns0, In0[Long]]

    Tacit transaction time t.

    Tacit transaction time t.

    Definition Classes
    Datom00Datom
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def tx: Ns1[Long] with OneLong[Ns1[Long], In1[Long, Long]]

    Transaction entity id.

    Transaction entity id.

    Definition Classes
    Datom00Datom
  28. def txInstant: Ns1[Date] with OneDate[Ns1[Date], In1[Date, Date]]

    Transaction time as java.util.Date.

    Transaction time as java.util.Date.

    Definition Classes
    Datom00Datom
  29. def txInstant_: Ns0 with OneDate[Ns0, In0[Date]]

    Tacit transaction time as java.util.Date.

    Tacit transaction time as java.util.Date.

    Definition Classes
    Datom00Datom
  30. def tx_: Ns0 with OneLong[Ns0, In0[Long]]

    Tacit transaction entity id.

    Tacit transaction entity id.

    Definition Classes
    Datom00Datom
  31. def v: Ns1[Any] with OneAny[Ns1[Any], In1[Any, Any]]

    Attribute value.

    Attribute value.

    Definition Classes
    Datom00Datom
  32. def v_: Ns0 with OneAny[Ns0, In0[Any]]

    Tacit attribute value.

    Tacit attribute value.

    Definition Classes
    Datom00Datom
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Datom

Inherited from AnyRef

Inherited from Any

Ungrouped