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_18[In1_18[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], In1_19[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], In2_18[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], In2_19[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] extends IN1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with Datom19[In1_18, In1_19, In2_18, In2_19, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with Aggregate19[In1_18, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with CompositeInit_In_1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]

Source
in1.scala
Linear Supertypes
CompositeInit_In_1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], CompositeInit_In_1, Aggregate19[In1_18, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], Datom19[In1_18, In1_19, In2_18, In2_19, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], Datom, IN1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], NS, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. In_1_18
  2. CompositeInit_In_1_18
  3. CompositeInit_In_1
  4. Aggregate19
  5. Datom19
  6. Datom
  7. IN1_18
  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_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, String] with OneString[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, String], In2_19[String, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, String]]

    Attribute name.

    Attribute name.

    Definition Classes
    Datom19Datom
  5. def a_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneString[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[String, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit attribute name.

    Tacit attribute name.

    Definition Classes
    Datom19Datom
  6. def apply(v: api.core.stddev): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Double]
    Definition Classes
    Aggregate19
  7. def apply(v: api.core.variance): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Double]
    Definition Classes
    Aggregate19
  8. def apply(v: api.core.median): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
    Definition Classes
    Aggregate19
  9. def apply(v: api.core.avg): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Double]
    Definition Classes
    Aggregate19
  10. def apply(v: api.core.sum): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
    Definition Classes
    Aggregate19
  11. def apply(v: api.core.countDistinct): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Int]
    Definition Classes
    Aggregate19
  12. def apply(v: api.core.count): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Int]
    Definition Classes
    Aggregate19
  13. def apply(v: api.core.samples): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, List[R]]
    Definition Classes
    Aggregate19
  14. def apply(v: api.core.rands): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, List[R]]
    Definition Classes
    Aggregate19
  15. def apply(v: api.core.distinct): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, List[R]]
    Definition Classes
    Aggregate19
  16. def apply(v: api.core.maxs): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, List[R]]
    Definition Classes
    Aggregate19
  17. def apply(v: api.core.mins): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, List[R]]
    Definition Classes
    Aggregate19
  18. def apply(v: api.core.sample): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
    Definition Classes
    Aggregate19
  19. def apply(v: api.core.rand): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
    Definition Classes
    Aggregate19
  20. def apply(v: api.core.max): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
    Definition Classes
    Aggregate19
  21. def apply(v: api.core.min): In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
    Definition Classes
    Aggregate19
  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_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long] with OneLong[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long], In2_19[Long, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long]]

    Entity id.

    Entity id.

    Definition Classes
    Datom19Datom
  25. def e_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneLong[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[Long, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit entity id.

    Tacit entity id.

    Definition Classes
    Datom19Datom
  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_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, String] with OneString[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, String], In2_19[String, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, String]]

    Namespace name.

    Namespace name.

    Definition Classes
    Datom19Datom
  36. def ns_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneString[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[String, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit namespace name.

    Tacit namespace name.

    Definition Classes
    Datom19Datom
  37. def op: In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Boolean] with OneBoolean[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Boolean], In2_19[Boolean, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Boolean]]

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

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

    Definition Classes
    Datom19Datom
  38. def op_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneBoolean[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[Boolean, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

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

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

    Definition Classes
    Datom19Datom
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def t: In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long] with OneLong[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long], In2_19[Long, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long]]

    Transaction time t.

    Transaction time t.

    Definition Classes
    Datom19Datom
  41. def t_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneLong[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[Long, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit transaction time t.

    Tacit transaction time t.

    Definition Classes
    Datom19Datom
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def tx: In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long] with OneLong[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long], In2_19[Long, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Long]]

    Transaction entity id.

    Transaction entity id.

    Definition Classes
    Datom19Datom
  44. def txInstant: In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Date] with OneDate[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Date], In2_19[Date, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Date]]

    Transaction time as java.util.Date.

    Transaction time as java.util.Date.

    Definition Classes
    Datom19Datom
  45. def txInstant_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneDate[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[Date, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit transaction time as java.util.Date.

    Tacit transaction time as java.util.Date.

    Definition Classes
    Datom19Datom
  46. def tx_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneLong[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[Long, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit transaction entity id.

    Tacit transaction entity id.

    Definition Classes
    Datom19Datom
  47. def v: In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Any] with OneAny[In1_19[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Any], In2_19[Any, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Any]]

    Attribute value.

    Attribute value.

    Definition Classes
    Datom19Datom
  48. def v_: In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] with OneAny[In1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R], In2_18[Any, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]]

    Tacit attribute value.

    Tacit attribute value.

    Definition Classes
    Datom19Datom
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), a]
    Definition Classes
    CompositeInit_In_1_18
  74. def ~[I2, I3](nextMolecule: IN2_00[I2, I3]): 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
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c)]
    Definition Classes
    CompositeInit_In_1_18
  95. def ~[I2, a, b](nextMolecule: IN1_02[I2, a, b]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), (a, b)]
    Definition Classes
    CompositeInit_In_1_18
  96. def ~[I2, a](nextMolecule: IN1_01[I2, a]): Composite_In_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), a]
    Definition Classes
    CompositeInit_In_1_18
  97. def ~[I2](nextMolecule: IN1_00[I2]): 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
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (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_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_1_18
  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, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_1_18
  116. def ~[a, b, c, d](nextMolecule: NS04[a, b, c, d]): Composite_In_1_02[I1, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_1_18
  117. def ~[a, b, c](nextMolecule: NS03[a, b, c]): Composite_In_1_02[I1, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), (a, b, c)]
    Definition Classes
    CompositeInit_In_1_18
  118. def ~[a, b](nextMolecule: NS02[a, b]): Composite_In_1_02[I1, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), (a, b)]
    Definition Classes
    CompositeInit_In_1_18
  119. def ~[a](nextMolecule: NS01[a]): Composite_In_1_02[I1, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), a]
    Definition Classes
    CompositeInit_In_1_18
  120. def ~[x](nextMolecule: NS00[x]): 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
    CompositeInit_In_1_18

Inherited from CompositeInit_In_1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]

Inherited from CompositeInit_In_1

Inherited from Aggregate19[In1_18, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]

Inherited from Datom19[In1_18, In1_19, In2_18, In2_19, I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]

Inherited from Datom

Inherited from IN1_18[I1, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]

Inherited from NS

Inherited from AnyRef

Inherited from Any

Ungrouped