Packages

  • package root

    Documentation/API for the Molecule library - a meta DSL for the Datomic database.

    Manual | scalamolecule.org | Github | Forum

    Definition Classes
    root
  • package molecule

    Molecule library - a Scala meta-DSL for the Datomic database.

    Molecule library - a Scala meta-DSL for the Datomic database.

    See api package for various api imports to start using Molecule.

    Sub-packages

    action Actions on molecules and entities.
    api Molecule import interfaces of various arities.
    ast Internal Molecule ASTs.
    boilerplate Internal interfaces for auto-generated DSL boilerplate code.
    composition    Builder methods to compose molecules.
    exceptions Exceptions thrown by Molecule.
    expression Attribute expressions and operations.
    facade Molecule facades to Datomic.
    factory Implicit macro methods `m` to instantiate molecules from custom DSL molecule constructs.
    generic Interfaces to generic information about datoms and Datomic database.
    input Input molecules awaiting input.
    macro Internal macros generating molecule code from custom DSL molecule constructs.
    ops Internal operational helpers for transforming DSL to molecule.
    schema Schema definition DSL.
    transform Internal transformers from DSL to Model/Query/Transaction.
    util Internal Java database functions for Datomic.

    Definition Classes
    root
  • package boilerplate

    Internal interfaces for auto-generated DSL boilerplate code.

    Internal interfaces for auto-generated DSL boilerplate code.

    Interfaces to the generated schema-defined DSL boilerplate code that the sbt-plugin generates when doing a sbt-compile. Molecule macros can then type-safely deduct the type structure of composed molecules.

    Definition Classes
    molecule
  • object in1

    Type distribution to groups of functionality for input molecules expecting 1 input.

    Type distribution to groups of functionality for input molecules expecting 1 input.

    Definition Classes
    boilerplate
  • In_1_0
  • In_1_1
  • In_1_10
  • In_1_11
  • In_1_12
  • In_1_13
  • In_1_14
  • In_1_15
  • In_1_16
  • In_1_17
  • In_1_18
  • In_1_19
  • In_1_2
  • In_1_20
  • In_1_21
  • In_1_22
  • In_1_3
  • In_1_4
  • In_1_5
  • In_1_6
  • In_1_7
  • In_1_8
  • In_1_9

trait In_1_7[In1_7[_, _, _, _, _, _, _, _], In1_8[_, _, _, _, _, _, _, _, _], In2_7[_, _, _, _, _, _, _, _, _], In2_8[_, _, _, _, _, _, _, _, _, _], I1, A, B, C, D, E, F, G] extends IN1_07[I1, A, B, C, D, E, F, G] with Datom08[In1_7, In1_8, In2_7, In2_8, I1, A, B, C, D, E, F, G] with Aggregate08[In1_7, I1, A, B, C, D, E, F, G] with CompositeInit_In_1_07[I1, A, B, C, D, E, F, G]

Source
in1.scala
Linear Supertypes
CompositeInit_In_1_07[I1, A, B, C, D, E, F, G], CompositeInit_In_1, Aggregate08[In1_7, I1, A, B, C, D, E, F, G], Datom08[In1_7, In1_8, In2_7, In2_8, I1, A, B, C, D, E, F, G], Datom, IN1_07[I1, A, B, C, D, E, F, G], NS, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. In_1_7
  2. CompositeInit_In_1_07
  3. CompositeInit_In_1
  4. Aggregate08
  5. Datom08
  6. Datom
  7. IN1_07
  8. NS
  9. AnyRef
  10. 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: In1_8[I1, A, B, C, D, E, F, G, String] with OneString[In1_8[I1, A, B, C, D, E, F, G, String], In2_8[String, I1, A, B, C, D, E, F, G, String]]

    Attribute name.

    Attribute name.

    Definition Classes
    Datom08Datom
  5. def a_: In1_7[I1, A, B, C, D, E, F, G] with OneString[In1_7[I1, A, B, C, D, E, F, G], In2_7[String, I1, A, B, C, D, E, F, G]]

    Tacit attribute name.

    Tacit attribute name.

    Definition Classes
    Datom08Datom
  6. def apply(v: api.core.stddev): In1_7[I1, A, B, C, D, E, F, Double]
    Definition Classes
    Aggregate08
  7. def apply(v: api.core.variance): In1_7[I1, A, B, C, D, E, F, Double]
    Definition Classes
    Aggregate08
  8. def apply(v: api.core.median): In1_7[I1, A, B, C, D, E, F, G]
    Definition Classes
    Aggregate08
  9. def apply(v: api.core.avg): In1_7[I1, A, B, C, D, E, F, Double]
    Definition Classes
    Aggregate08
  10. def apply(v: api.core.sum): In1_7[I1, A, B, C, D, E, F, G]
    Definition Classes
    Aggregate08
  11. def apply(v: api.core.countDistinct): In1_7[I1, A, B, C, D, E, F, Int]
    Definition Classes
    Aggregate08
  12. def apply(v: api.core.count): In1_7[I1, A, B, C, D, E, F, Int]
    Definition Classes
    Aggregate08
  13. def apply(v: api.core.samples): In1_7[I1, A, B, C, D, E, F, List[G]]
    Definition Classes
    Aggregate08
  14. def apply(v: api.core.rands): In1_7[I1, A, B, C, D, E, F, List[G]]
    Definition Classes
    Aggregate08
  15. def apply(v: api.core.distinct): In1_7[I1, A, B, C, D, E, F, List[G]]
    Definition Classes
    Aggregate08
  16. def apply(v: api.core.maxs): In1_7[I1, A, B, C, D, E, F, List[G]]
    Definition Classes
    Aggregate08
  17. def apply(v: api.core.mins): In1_7[I1, A, B, C, D, E, F, List[G]]
    Definition Classes
    Aggregate08
  18. def apply(v: api.core.sample): In1_7[I1, A, B, C, D, E, F, G]
    Definition Classes
    Aggregate08
  19. def apply(v: api.core.rand): In1_7[I1, A, B, C, D, E, F, G]
    Definition Classes
    Aggregate08
  20. def apply(v: api.core.max): In1_7[I1, A, B, C, D, E, F, G]
    Definition Classes
    Aggregate08
  21. def apply(v: api.core.min): In1_7[I1, A, B, C, D, E, F, G]
    Definition Classes
    Aggregate08
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. def e: In1_8[I1, A, B, C, D, E, F, G, Long] with OneLong[In1_8[I1, A, B, C, D, E, F, G, Long], In2_8[Long, I1, A, B, C, D, E, F, G, Long]]

    Entity id.

    Entity id.

    Definition Classes
    Datom08Datom
  25. def e_: In1_7[I1, A, B, C, D, E, F, G] with OneLong[In1_7[I1, A, B, C, D, E, F, G], In2_7[Long, I1, A, B, C, D, E, F, G]]

    Tacit entity id.

    Tacit entity id.

    Definition Classes
    Datom08Datom
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def ns: In1_8[I1, A, B, C, D, E, F, G, String] with OneString[In1_8[I1, A, B, C, D, E, F, G, String], In2_8[String, I1, A, B, C, D, E, F, G, String]]

    Namespace name.

    Namespace name.

    Definition Classes
    Datom08Datom
  36. def ns_: In1_7[I1, A, B, C, D, E, F, G] with OneString[In1_7[I1, A, B, C, D, E, F, G], In2_7[String, I1, A, B, C, D, E, F, G]]

    Tacit namespace name.

    Tacit namespace name.

    Definition Classes
    Datom08Datom
  37. def op: In1_8[I1, A, B, C, D, E, F, G, Boolean] with OneBoolean[In1_8[I1, A, B, C, D, E, F, G, Boolean], In2_8[Boolean, I1, A, B, C, D, E, F, G, Boolean]]

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

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

    Definition Classes
    Datom08Datom
  38. def op_: In1_7[I1, A, B, C, D, E, F, G] with OneBoolean[In1_7[I1, A, B, C, D, E, F, G], In2_7[Boolean, I1, A, B, C, D, E, F, G]]

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

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

    Definition Classes
    Datom08Datom
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def t: In1_8[I1, A, B, C, D, E, F, G, Long] with OneLong[In1_8[I1, A, B, C, D, E, F, G, Long], In2_8[Long, I1, A, B, C, D, E, F, G, Long]]

    Transaction time t.

    Transaction time t.

    Definition Classes
    Datom08Datom
  41. def t_: In1_7[I1, A, B, C, D, E, F, G] with OneLong[In1_7[I1, A, B, C, D, E, F, G], In2_7[Long, I1, A, B, C, D, E, F, G]]

    Tacit transaction time t.

    Tacit transaction time t.

    Definition Classes
    Datom08Datom
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def tx: In1_8[I1, A, B, C, D, E, F, G, Long] with OneLong[In1_8[I1, A, B, C, D, E, F, G, Long], In2_8[Long, I1, A, B, C, D, E, F, G, Long]]

    Transaction entity id.

    Transaction entity id.

    Definition Classes
    Datom08Datom
  44. def txInstant: In1_8[I1, A, B, C, D, E, F, G, Date] with OneDate[In1_8[I1, A, B, C, D, E, F, G, Date], In2_8[Date, I1, A, B, C, D, E, F, G, Date]]

    Transaction time as java.util.Date.

    Transaction time as java.util.Date.

    Definition Classes
    Datom08Datom
  45. def txInstant_: In1_7[I1, A, B, C, D, E, F, G] with OneDate[In1_7[I1, A, B, C, D, E, F, G], In2_7[Date, I1, A, B, C, D, E, F, G]]

    Tacit transaction time as java.util.Date.

    Tacit transaction time as java.util.Date.

    Definition Classes
    Datom08Datom
  46. def tx_: In1_7[I1, A, B, C, D, E, F, G] with OneLong[In1_7[I1, A, B, C, D, E, F, G], In2_7[Long, I1, A, B, C, D, E, F, G]]

    Tacit transaction entity id.

    Tacit transaction entity id.

    Definition Classes
    Datom08Datom
  47. def v: In1_8[I1, A, B, C, D, E, F, G, Any] with OneAny[In1_8[I1, A, B, C, D, E, F, G, Any], In2_8[Any, I1, A, B, C, D, E, F, G, Any]]

    Attribute value.

    Attribute value.

    Definition Classes
    Datom08Datom
  48. def v_: In1_7[I1, A, B, C, D, E, F, G] with OneAny[In1_7[I1, A, B, C, D, E, F, G], In2_7[Any, I1, A, B, C, D, E, F, G]]

    Tacit attribute value.

    Tacit attribute value.

    Definition Classes
    Datom08Datom
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. def ~[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: IN2_22[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_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit_In_1_07
  53. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: IN2_21[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_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit_In_1_07
  54. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: IN2_20[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_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit_In_1_07
  55. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: IN2_19[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_1_07
  56. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: IN2_18[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_1_07
  57. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: IN2_17[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_1_07
  58. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: IN2_16[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_1_07
  59. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: IN2_15[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_1_07
  60. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: IN2_14[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_1_07
  61. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: IN2_13[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l, m]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_1_07
  62. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: IN2_12[I2, I3, a, b, c, d, e, f, g, h, i, j, k, l]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_1_07
  63. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j, k](nextMolecule: IN2_11[I2, I3, a, b, c, d, e, f, g, h, i, j, k]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_1_07
  64. def ~[I2, I3, a, b, c, d, e, f, g, h, i, j](nextMolecule: IN2_10[I2, I3, a, b, c, d, e, f, g, h, i, j]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_1_07
  65. def ~[I2, I3, a, b, c, d, e, f, g, h, i](nextMolecule: IN2_09[I2, I3, a, b, c, d, e, f, g, h, i]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_1_07
  66. def ~[I2, I3, a, b, c, d, e, f, g, h](nextMolecule: IN2_08[I2, I3, a, b, c, d, e, f, g, h]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_1_07
  67. def ~[I2, I3, a, b, c, d, e, f, g](nextMolecule: IN2_07[I2, I3, a, b, c, d, e, f, g]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_1_07
  68. def ~[I2, I3, a, b, c, d, e, f](nextMolecule: IN2_06[I2, I3, a, b, c, d, e, f]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_1_07
  69. def ~[I2, I3, a, b, c, d, e](nextMolecule: IN2_05[I2, I3, a, b, c, d, e]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_1_07
  70. def ~[I2, I3, a, b, c, d](nextMolecule: IN2_04[I2, I3, a, b, c, d]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_1_07
  71. def ~[I2, I3, a, b, c](nextMolecule: IN2_03[I2, I3, a, b, c]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b, c)]
    Definition Classes
    CompositeInit_In_1_07
  72. def ~[I2, I3, a, b](nextMolecule: IN2_02[I2, I3, a, b]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), (a, b)]
    Definition Classes
    CompositeInit_In_1_07
  73. def ~[I2, I3, a](nextMolecule: IN2_01[I2, I3, a]): Composite_In_3_02[I1, I2, I3, (A, B, C, D, E, F, G), a]
    Definition Classes
    CompositeInit_In_1_07
  74. def ~[I2, I3](nextMolecule: IN2_00[I2, I3]): Composite_In_3_01[I1, I2, I3, (A, B, C, D, E, F, G)]
    Definition Classes
    CompositeInit_In_1_07
  75. def ~[I2, 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[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_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit_In_1_07
  76. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: IN1_21[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_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit_In_1_07
  77. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: IN1_20[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit_In_1_07
  78. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: IN1_19[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_1_07
  79. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: IN1_18[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_1_07
  80. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: IN1_17[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_1_07
  81. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: IN1_16[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_1_07
  82. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: IN1_15[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_1_07
  83. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: IN1_14[I2, a, b, c, d, e, f, g, h, i, j, k, l, m, n]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_1_07
  84. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: IN1_13[I2, a, b, c, d, e, f, g, h, i, j, k, l, m]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_1_07
  85. def ~[I2, a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: IN1_12[I2, a, b, c, d, e, f, g, h, i, j, k, l]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_1_07
  86. def ~[I2, a, b, c, d, e, f, g, h, i, j, k](nextMolecule: IN1_11[I2, a, b, c, d, e, f, g, h, i, j, k]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_1_07
  87. def ~[I2, a, b, c, d, e, f, g, h, i, j](nextMolecule: IN1_10[I2, a, b, c, d, e, f, g, h, i, j]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_1_07
  88. def ~[I2, a, b, c, d, e, f, g, h, i](nextMolecule: IN1_09[I2, a, b, c, d, e, f, g, h, i]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_1_07
  89. def ~[I2, a, b, c, d, e, f, g, h](nextMolecule: IN1_08[I2, a, b, c, d, e, f, g, h]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_1_07
  90. def ~[I2, a, b, c, d, e, f, g](nextMolecule: IN1_07[I2, a, b, c, d, e, f, g]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_1_07
  91. def ~[I2, a, b, c, d, e, f](nextMolecule: IN1_06[I2, a, b, c, d, e, f]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_1_07
  92. def ~[I2, a, b, c, d, e](nextMolecule: IN1_05[I2, a, b, c, d, e]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_1_07
  93. def ~[I2, a, b, c, d](nextMolecule: IN1_04[I2, a, b, c, d]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_1_07
  94. def ~[I2, a, b, c](nextMolecule: IN1_03[I2, a, b, c]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b, c)]
    Definition Classes
    CompositeInit_In_1_07
  95. def ~[I2, a, b](nextMolecule: IN1_02[I2, a, b]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), (a, b)]
    Definition Classes
    CompositeInit_In_1_07
  96. def ~[I2, a](nextMolecule: IN1_01[I2, a]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G), a]
    Definition Classes
    CompositeInit_In_1_07
  97. def ~[I2](nextMolecule: IN1_00[I2]): Composite_In_2_01[I1, I2, (A, B, C, D, E, F, G)]
    Definition Classes
    CompositeInit_In_1_07
  98. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit_In_1_07
  99. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit_In_1_07
  100. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit_In_1_07
  101. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_1_07
  102. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_1_07
  103. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_1_07
  104. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_1_07
  105. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_1_07
  106. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_1_07
  107. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_1_07
  108. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_1_07
  109. 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]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_1_07
  110. def ~[a, b, c, d, e, f, g, h, i, j](nextMolecule: NS10[a, b, c, d, e, f, g, h, i, j]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_1_07
  111. def ~[a, b, c, d, e, f, g, h, i](nextMolecule: NS09[a, b, c, d, e, f, g, h, i]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_1_07
  112. def ~[a, b, c, d, e, f, g, h](nextMolecule: NS08[a, b, c, d, e, f, g, h]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_1_07
  113. def ~[a, b, c, d, e, f, g](nextMolecule: NS07[a, b, c, d, e, f, g]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_1_07
  114. def ~[a, b, c, d, e, f](nextMolecule: NS06[a, b, c, d, e, f]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_1_07
  115. def ~[a, b, c, d, e](nextMolecule: NS05[a, b, c, d, e]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_1_07
  116. def ~[a, b, c, d](nextMolecule: NS04[a, b, c, d]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_1_07
  117. def ~[a, b, c](nextMolecule: NS03[a, b, c]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b, c)]
    Definition Classes
    CompositeInit_In_1_07
  118. def ~[a, b](nextMolecule: NS02[a, b]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), (a, b)]
    Definition Classes
    CompositeInit_In_1_07
  119. def ~[a](nextMolecule: NS01[a]): Composite_In_1_02[I1, (A, B, C, D, E, F, G), a]
    Definition Classes
    CompositeInit_In_1_07
  120. def ~[x](nextMolecule: NS00[x]): Composite_In_1_01[I1, (A, B, C, D, E, F, G)]
    Definition Classes
    CompositeInit_In_1_07

Inherited from CompositeInit_In_1_07[I1, A, B, C, D, E, F, G]

Inherited from CompositeInit_In_1

Inherited from Aggregate08[In1_7, I1, A, B, C, D, E, F, G]

Inherited from Datom08[In1_7, In1_8, In2_7, In2_8, I1, A, B, C, D, E, F, G]

Inherited from Datom

Inherited from IN1_07[I1, A, B, C, D, E, F, G]

Inherited from NS

Inherited from AnyRef

Inherited from Any

Ungrouped