Packages

object Db extends Db_0 with FirstNS

Datomic Db structure facade constructor

Source
DbSchema.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Db
  2. FirstNS
  3. Db_0
  4. Out_0
  5. Tx00
  6. Tx
  7. CompositeInit00
  8. CompositeInit
  9. Aggregate00
  10. Datom00
  11. Datom
  12. NS00
  13. NS
  14. Db
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object Tx
    Definition Classes
    Tx00
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def a: Db_1[String] with OneString[Db_1[String], Db_In_1_1[String, String]]

    Attribute name.

    Attribute name.

    Definition Classes
    Datom00Datom
  6. def a_: Db_0 with OneString[Db_0, Db_In_1_0[String]]

    Tacit attribute name.

    Tacit attribute name.

    Definition Classes
    Datom00Datom
  7. def apply(eid: Long): Db_0

    Filter generic Db molecule by applying an entity id of type Long.

    Filter generic Db molecule by applying an entity id of type Long.

    eid

    Entity id

    returns

    Generic Db molecule to be further expanded with more generic attributes.

  8. def apply(eids: expression.AttrExpressions.?): AnyRef

    Add entity id(s) input placeholder to the molecule.

    Add entity id(s) input placeholder to the molecule.
    At runtime, entity id(s) are applied as vararg(s) or list/sets.

    eids

    Iterable of entity ids, typically List, Seq or Set of ids.

    returns

    molecule to be further expanded with more attributes.

    Definition Classes
    FirstNS
  9. def apply(eids: Iterable[Long]): AnyRef

    Filter molecule by applying one or more entity ids of type Long.

    Filter molecule by applying one or more entity ids of type Long.

    eids

    Iterable of entity ids, typically List, Seq or Set of ids.

    returns

    molecule to be further expanded with more attributes.

    Definition Classes
    FirstNS
  10. def apply(eid: Long, eids: Long*): AnyRef

    Filter molecule by applying one or more entity ids of type Long.

    Filter molecule by applying one or more entity ids of type Long.

    eid

    First entity id

    eids

    Further entity ids (varargs)

    returns

    molecule to be further expanded with more attributes.

    Definition Classes
    FirstNS
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def e: Db_1[Long] with OneLong[Db_1[Long], Db_In_1_1[Long, Long]]

    Entity id.

    Entity id.

    Definition Classes
    Datom00Datom
  14. def e_: Db_0 with OneLong[Db_0, Db_In_1_0[Long]]

    Tacit entity id.

    Tacit entity id.

    Definition Classes
    Datom00Datom
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def ident: OneString[Db_1[String], Db_In_1_1[String, String]] with Db_1[String]

    Find attribute ident.

    Find attribute ident.

    Definition Classes
    Db_0Db
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def ns: Db_1[String] with OneString[Db_1[String], Db_In_1_1[String, String]]

    Namespace name.

    Namespace name.

    Definition Classes
    Datom00Datom
  26. def ns_: Db_0 with OneString[Db_0, Db_In_1_0[String]]

    Tacit namespace name.

    Tacit namespace name.

    Definition Classes
    Datom00Datom
  27. def op: Db_1[Boolean] with OneBoolean[Db_1[Boolean], Db_In_1_1[Boolean, Boolean]]

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

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

    Definition Classes
    Datom00Datom
  28. def op_: Db_0 with OneBoolean[Db_0, Db_In_1_0[Boolean]]

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

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

    Definition Classes
    Datom00Datom
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def t: Db_1[Long] with OneLong[Db_1[Long], Db_In_1_1[Long, Long]]

    Transaction time t.

    Transaction time t.

    Definition Classes
    Datom00Datom
  31. def t_: Db_0 with OneLong[Db_0, Db_In_1_0[Long]]

    Tacit transaction time t.

    Tacit transaction time t.

    Definition Classes
    Datom00Datom
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def tx: Db_1[Long] with OneLong[Db_1[Long], Db_In_1_1[Long, Long]]

    Transaction entity id.

    Transaction entity id.

    Definition Classes
    Datom00Datom
  34. def txInstant: Db_1[Date] with OneDate[Db_1[Date], Db_In_1_1[Date, Date]]

    Transaction time as java.util.Date.

    Transaction time as java.util.Date.

    Definition Classes
    Datom00Datom
  35. def txInstant_: Db_0 with OneDate[Db_0, Db_In_1_0[Date]]

    Tacit transaction time as java.util.Date.

    Tacit transaction time as java.util.Date.

    Definition Classes
    Datom00Datom
  36. def tx_: Db_0 with OneLong[Db_0, Db_In_1_0[Long]]

    Tacit transaction entity id.

    Tacit transaction entity id.

    Definition Classes
    Datom00Datom
  37. def v: Db_1[Any] with OneAny[Db_1[Any], Db_In_1_1[Any, Any]]

    Attribute value.

    Attribute value.

    Definition Classes
    Datom00Datom
  38. def v_: Db_0 with OneAny[Db_0, Db_In_1_0[Any]]

    Tacit attribute value.

    Tacit attribute value.

    Definition Classes
    Datom00Datom
  39. def valueType: OneString[Db_1[String], Db_In_1_1[String, String]] with Db_1[String]

    Adds value type to the generic Db molecule.

    Adds value type to the generic Db molecule.

    Definition Classes
    Db_0Db
  40. def valueType_: OneString[Db_0, Db_In_1_0[String]] with Db_0

    Adds tacit value type to the generic Db molecule.

    Adds tacit value type to the generic Db molecule.

    Definition Classes
    Db_0Db
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v](nextMolecule: IN3_22[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit00
  45. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: IN3_21[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit00
  46. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: IN3_20[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit00
  47. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: IN3_19[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit00
  48. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: IN3_18[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit00
  49. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: IN3_17[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit00
  50. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: IN3_16[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit00
  51. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: IN3_15[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit00
  52. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: IN3_14[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit00
  53. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: IN3_13[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit00
  54. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: IN3_12[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k, l]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit00
  55. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k](nextMolecule: IN3_11[I1, I2, I3, a, b, c, d, e, f, g, h, i, j, k]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit00
  56. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i, j](nextMolecule: IN3_10[I1, I2, I3, a, b, c, d, e, f, g, h, i, j]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit00
  57. def ~[I1, I2, I3, a, b, c, d, e, f, g, h, i](nextMolecule: IN3_09[I1, I2, I3, a, b, c, d, e, f, g, h, i]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit00
  58. def ~[I1, I2, I3, a, b, c, d, e, f, g, h](nextMolecule: IN3_08[I1, I2, I3, a, b, c, d, e, f, g, h]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit00
  59. def ~[I1, I2, I3, a, b, c, d, e, f, g](nextMolecule: IN3_07[I1, I2, I3, a, b, c, d, e, f, g]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit00
  60. def ~[I1, I2, I3, a, b, c, d, e, f](nextMolecule: IN3_06[I1, I2, I3, a, b, c, d, e, f]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit00
  61. def ~[I1, I2, I3, a, b, c, d, e](nextMolecule: IN3_05[I1, I2, I3, a, b, c, d, e]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e)]
    Definition Classes
    CompositeInit00
  62. def ~[I1, I2, I3, a, b, c, d](nextMolecule: IN3_04[I1, I2, I3, a, b, c, d]): Composite_In_3_01[I1, I2, I3, (a, b, c, d)]
    Definition Classes
    CompositeInit00
  63. def ~[I1, I2, I3, a, b, c](nextMolecule: IN3_03[I1, I2, I3, a, b, c]): Composite_In_3_01[I1, I2, I3, (a, b, c)]
    Definition Classes
    CompositeInit00
  64. def ~[I1, I2, I3, a, b](nextMolecule: IN3_02[I1, I2, I3, a, b]): Composite_In_3_01[I1, I2, I3, (a, b)]
    Definition Classes
    CompositeInit00
  65. def ~[I1, I2, I3, a](nextMolecule: IN3_01[I1, I2, I3, a]): Composite_In_3_01[I1, I2, I3, a]
    Definition Classes
    CompositeInit00
  66. def ~[I1, I2, I3](nextMolecule: IN3_00[I1, I2, I3]): Composite_In_3_00[I1, I2, I3]
    Definition Classes
    CompositeInit00
  67. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v](nextMolecule: IN2_22[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit00
  68. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: IN2_21[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit00
  69. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: IN2_20[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit00
  70. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: IN2_19[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit00
  71. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: IN2_18[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit00
  72. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: IN2_17[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit00
  73. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: IN2_16[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit00
  74. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: IN2_15[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit00
  75. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: IN2_14[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit00
  76. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: IN2_13[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l, m]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit00
  77. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: IN2_12[I1, I2, a, b, c, d, e, f, g, h, i, j, k, l]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit00
  78. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j, k](nextMolecule: IN2_11[I1, I2, a, b, c, d, e, f, g, h, i, j, k]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit00
  79. def ~[I1, I2, a, b, c, d, e, f, g, h, i, j](nextMolecule: IN2_10[I1, I2, a, b, c, d, e, f, g, h, i, j]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit00
  80. def ~[I1, I2, a, b, c, d, e, f, g, h, i](nextMolecule: IN2_09[I1, I2, a, b, c, d, e, f, g, h, i]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit00
  81. def ~[I1, I2, a, b, c, d, e, f, g, h](nextMolecule: IN2_08[I1, I2, a, b, c, d, e, f, g, h]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit00
  82. def ~[I1, I2, a, b, c, d, e, f, g](nextMolecule: IN2_07[I1, I2, a, b, c, d, e, f, g]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit00
  83. def ~[I1, I2, a, b, c, d, e, f](nextMolecule: IN2_06[I1, I2, a, b, c, d, e, f]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit00
  84. def ~[I1, I2, a, b, c, d, e](nextMolecule: IN2_05[I1, I2, a, b, c, d, e]): Composite_In_2_01[I1, I2, (a, b, c, d, e)]
    Definition Classes
    CompositeInit00
  85. def ~[I1, I2, a, b, c, d](nextMolecule: IN2_04[I1, I2, a, b, c, d]): Composite_In_2_01[I1, I2, (a, b, c, d)]
    Definition Classes
    CompositeInit00
  86. def ~[I1, I2, a, b, c](nextMolecule: IN2_03[I1, I2, a, b, c]): Composite_In_2_01[I1, I2, (a, b, c)]
    Definition Classes
    CompositeInit00
  87. def ~[I1, I2, a, b](nextMolecule: IN2_02[I1, I2, a, b]): Composite_In_2_01[I1, I2, (a, b)]
    Definition Classes
    CompositeInit00
  88. def ~[I1, I2, a](nextMolecule: IN2_01[I1, I2, a]): Composite_In_2_01[I1, I2, a]
    Definition Classes
    CompositeInit00
  89. def ~[I1, I2](nextMolecule: IN2_00[I1, I2]): Composite_In_2_00[I1, I2]
    Definition Classes
    CompositeInit00
  90. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v](nextMolecule: IN1_22[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit00
  91. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: IN1_21[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit00
  92. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: IN1_20[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit00
  93. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: IN1_19[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit00
  94. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: IN1_18[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit00
  95. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: IN1_17[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit00
  96. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: IN1_16[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit00
  97. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: IN1_15[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit00
  98. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: IN1_14[I1, a, b, c, d, e, f, g, h, i, j, k, l, m, n]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit00
  99. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: IN1_13[I1, a, b, c, d, e, f, g, h, i, j, k, l, m]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit00
  100. def ~[I1, a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: IN1_12[I1, a, b, c, d, e, f, g, h, i, j, k, l]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit00
  101. def ~[I1, a, b, c, d, e, f, g, h, i, j, k](nextMolecule: IN1_11[I1, a, b, c, d, e, f, g, h, i, j, k]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit00
  102. def ~[I1, a, b, c, d, e, f, g, h, i, j](nextMolecule: IN1_10[I1, a, b, c, d, e, f, g, h, i, j]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit00
  103. def ~[I1, a, b, c, d, e, f, g, h, i](nextMolecule: IN1_09[I1, a, b, c, d, e, f, g, h, i]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit00
  104. def ~[I1, a, b, c, d, e, f, g, h](nextMolecule: IN1_08[I1, a, b, c, d, e, f, g, h]): Composite_In_1_01[I1, (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit00
  105. def ~[I1, a, b, c, d, e, f, g](nextMolecule: IN1_07[I1, a, b, c, d, e, f, g]): Composite_In_1_01[I1, (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit00
  106. def ~[I1, a, b, c, d, e, f](nextMolecule: IN1_06[I1, a, b, c, d, e, f]): Composite_In_1_01[I1, (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit00
  107. def ~[I1, a, b, c, d, e](nextMolecule: IN1_05[I1, a, b, c, d, e]): Composite_In_1_01[I1, (a, b, c, d, e)]
    Definition Classes
    CompositeInit00
  108. def ~[I1, a, b, c, d](nextMolecule: IN1_04[I1, a, b, c, d]): Composite_In_1_01[I1, (a, b, c, d)]
    Definition Classes
    CompositeInit00
  109. def ~[I1, a, b, c](nextMolecule: IN1_03[I1, a, b, c]): Composite_In_1_01[I1, (a, b, c)]
    Definition Classes
    CompositeInit00
  110. def ~[I1, a, b](nextMolecule: IN1_02[I1, a, b]): Composite_In_1_01[I1, (a, b)]
    Definition Classes
    CompositeInit00
  111. def ~[I1, a](nextMolecule: IN1_01[I1, a]): Composite_In_1_01[I1, a]
    Definition Classes
    CompositeInit00
  112. def ~[I1](nextMolecule: IN1_00[I1]): Composite_In_1_00[I1]
    Definition Classes
    CompositeInit00
  113. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v](nextMolecule: NS22[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit00
  114. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: NS21[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit00
  115. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: NS20[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit00
  116. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: NS19[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit00
  117. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: NS18[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit00
  118. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: NS17[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit00
  119. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: NS16[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit00
  120. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: NS15[a, b, c, d, e, f, g, h, i, j, k, l, m, n, o]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit00
  121. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: NS14[a, b, c, d, e, f, g, h, i, j, k, l, m, n]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit00
  122. def ~[a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: NS13[a, b, c, d, e, f, g, h, i, j, k, l, m]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit00
  123. def ~[a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: NS12[a, b, c, d, e, f, g, h, i, j, k, l]): Composite01[(a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit00
  124. def ~[a, b, c, d, e, f, g, h, i, j, k](nextMolecule: NS11[a, b, c, d, e, f, g, h, i, j, k]): Composite01[(a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit00
  125. def ~[a, b, c, d, e, f, g, h, i, j](nextMolecule: NS10[a, b, c, d, e, f, g, h, i, j]): Composite01[(a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit00
  126. def ~[a, b, c, d, e, f, g, h, i](nextMolecule: NS09[a, b, c, d, e, f, g, h, i]): Composite01[(a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit00
  127. def ~[a, b, c, d, e, f, g, h](nextMolecule: NS08[a, b, c, d, e, f, g, h]): Composite01[(a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit00
  128. def ~[a, b, c, d, e, f, g](nextMolecule: NS07[a, b, c, d, e, f, g]): Composite01[(a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit00
  129. def ~[a, b, c, d, e, f](nextMolecule: NS06[a, b, c, d, e, f]): Composite01[(a, b, c, d, e, f)]
    Definition Classes
    CompositeInit00
  130. def ~[a, b, c, d, e](nextMolecule: NS05[a, b, c, d, e]): Composite01[(a, b, c, d, e)]
    Definition Classes
    CompositeInit00
  131. def ~[a, b, c, d](nextMolecule: NS04[a, b, c, d]): Composite01[(a, b, c, d)]
    Definition Classes
    CompositeInit00
  132. def ~[a, b, c](nextMolecule: NS03[a, b, c]): Composite01[(a, b, c)]
    Definition Classes
    CompositeInit00
  133. def ~[a, b](nextMolecule: NS02[a, b]): Composite01[(a, b)]
    Definition Classes
    CompositeInit00
  134. def ~[a](nextMolecule: NS01[a]): Composite01[a]
    Definition Classes
    CompositeInit00
  135. def ~[x](nextMolecule: NS00[x]): Composite00
    Definition Classes
    CompositeInit00

Inherited from FirstNS

Inherited from Db_0

Inherited from Out_0[Db_0, Db_1, Db_In_1_0, Db_In_1_1]

Inherited from Tx00

Inherited from Tx

Inherited from CompositeInit00

Inherited from CompositeInit

Inherited from Aggregate00[Db_0]

Inherited from Datom00[Db_0, Db_1, Db_In_1_0, Db_In_1_1]

Inherited from Datom

Inherited from NS00[Nothing]

Inherited from NS

Inherited from Db

Inherited from AnyRef

Inherited from Any

Ungrouped