trait Datom04[Ns4[_, _, _, _], Ns5[_, _, _, _, _], In4[_, _, _, _, _], In5[_, _, _, _, _, _], A, B, C, D] extends Datom
Ordering
- Alphabetic
- By Inheritance
Inherited
- Datom04
- Datom
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
a: Ns5[A, B, C, D, String] with OneString[Ns5[A, B, C, D, String], In5[String, A, B, C, D, String]]
Attribute name.
-
def
a_: Ns4[A, B, C, D] with OneString[Ns4[A, B, C, D], In4[String, A, B, C, D]]
Tacit attribute name.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
e: Ns5[A, B, C, D, Long] with OneLong[Ns5[A, B, C, D, Long], In5[Long, A, B, C, D, Long]]
Entity id.
-
def
e_: Ns4[A, B, C, D] with OneLong[Ns4[A, B, C, D], In4[Long, A, B, C, D]]
Tacit entity id.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
ns: Ns5[A, B, C, D, String] with OneString[Ns5[A, B, C, D, String], In5[String, A, B, C, D, String]]
Namespace name.
-
def
ns_: Ns4[A, B, C, D] with OneString[Ns4[A, B, C, D], In4[String, A, B, C, D]]
Tacit namespace name.
-
def
op: Ns5[A, B, C, D, Boolean] with OneBoolean[Ns5[A, B, C, D, Boolean], In5[Boolean, A, B, C, D, Boolean]]
Transaction operation (add: True or retract: False).
-
def
op_: Ns4[A, B, C, D] with OneBoolean[Ns4[A, B, C, D], In4[Boolean, A, B, C, D]]
Tacit transaction operation (add: True or retract: False).
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
t: Ns5[A, B, C, D, Long] with OneLong[Ns5[A, B, C, D, Long], In5[Long, A, B, C, D, Long]]
Transaction time t.
-
def
t_: Ns4[A, B, C, D] with OneLong[Ns4[A, B, C, D], In4[Long, A, B, C, D]]
Tacit transaction time t.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tx: Ns5[A, B, C, D, Long] with OneLong[Ns5[A, B, C, D, Long], In5[Long, A, B, C, D, Long]]
Transaction entity id.
-
def
txInstant: Ns5[A, B, C, D, Date] with OneDate[Ns5[A, B, C, D, Date], In5[Date, A, B, C, D, Date]]
Transaction time as java.util.Date.
-
def
txInstant_: Ns4[A, B, C, D] with OneDate[Ns4[A, B, C, D], In4[Date, A, B, C, D]]
Tacit transaction time as java.util.Date.
-
def
tx_: Ns4[A, B, C, D] with OneLong[Ns4[A, B, C, D], In4[Long, A, B, C, D]]
Tacit transaction entity id.
-
def
v: Ns5[A, B, C, D, Any] with OneAny[Ns5[A, B, C, D, Any], In5[Any, A, B, C, D, Any]]
Attribute value.
-
def
v_: Ns4[A, B, C, D] with OneAny[Ns4[A, B, C, D], In4[Any, A, B, C, D]]
Tacit attribute value.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
Manual | scalamolecule.org | Github | Forum