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