trait Datom01[Ns1[_], Ns2[_, _], In1[_, _], In2[_, _, _], A] extends Datom
Ordering
- Alphabetic
- By Inheritance
Inherited
- Datom01
- 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: Ns2[A, String] with OneString[Ns2[A, String], In2[String, A, String]]
Attribute name.
-
def
a_: Ns1[A] with OneString[Ns1[A], In1[String, A]]
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: Ns2[A, Long] with OneLong[Ns2[A, Long], In2[Long, A, Long]]
Entity id.
-
def
e_: Ns1[A] with OneLong[Ns1[A], In1[Long, A]]
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: Ns2[A, String] with OneString[Ns2[A, String], In2[String, A, String]]
Namespace name.
-
def
ns_: Ns1[A] with OneString[Ns1[A], In1[String, A]]
Tacit namespace name.
-
def
op: Ns2[A, Boolean] with OneBoolean[Ns2[A, Boolean], In2[Boolean, A, Boolean]]
Transaction operation (add: True or retract: False).
-
def
op_: Ns1[A] with OneBoolean[Ns1[A], In1[Boolean, A]]
Tacit transaction operation (add: True or retract: False).
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
t: Ns2[A, Long] with OneLong[Ns2[A, Long], In2[Long, A, Long]]
Transaction time t.
-
def
t_: Ns1[A] with OneLong[Ns1[A], In1[Long, A]]
Tacit transaction time t.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tx: Ns2[A, Long] with OneLong[Ns2[A, Long], In2[Long, A, Long]]
Transaction entity id.
-
def
txInstant: Ns2[A, Date] with OneDate[Ns2[A, Date], In2[Date, A, Date]]
Transaction time as java.util.Date.
-
def
txInstant_: Ns1[A] with OneDate[Ns1[A], In1[Date, A]]
Tacit transaction time as java.util.Date.
-
def
tx_: Ns1[A] with OneLong[Ns1[A], In1[Long, A]]
Tacit transaction entity id.
-
def
v: Ns2[A, Any] with OneAny[Ns2[A, Any], In2[Any, A, Any]]
Attribute value.
-
def
v_: Ns1[A] with OneAny[Ns1[A], In1[Any, A]]
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