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

    api Molecule API.
    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.
    input Input molecules awaiting input.
    macros Internal macros generating molecule code from custom DSL molecule constructs.
    generic Interfaces to generic information about datoms and Datomic database.
    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 in2

    Type distribution to groups of functionality for input molecules expecting 2 inputs.

    Type distribution to groups of functionality for input molecules expecting 2 inputs.

    Definition Classes
    boilerplate
  • In_2_0
  • In_2_1
  • In_2_10
  • In_2_11
  • In_2_12
  • In_2_13
  • In_2_14
  • In_2_15
  • In_2_16
  • In_2_17
  • In_2_18
  • In_2_19
  • In_2_2
  • In_2_20
  • In_2_21
  • In_2_22
  • In_2_3
  • In_2_4
  • In_2_5
  • In_2_6
  • In_2_7
  • In_2_8
  • In_2_9

trait In_2_20[In2_20[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], In2_21[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], In3_20[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], In3_21[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] extends IN2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] with Datom_22[In2_20, In2_21, In3_20, In3_21, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] with Aggregate22[In2_20, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] with CompositeInit_In_2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]

Source
in2.scala
Linear Supertypes
CompositeInit_In_2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T], CompositeInit_In_2, Aggregate22[In2_20, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T], Datom_22[In2_20, In2_21, In3_20, In3_21, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T], Datom, IN2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T], NS, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. In_2_20
  2. CompositeInit_In_2_20
  3. CompositeInit_In_2
  4. Aggregate22
  5. Datom_22
  6. Datom
  7. IN2_20
  8. NS
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Stay_[Attr[_, _], Type] = Attr[In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T], Nothing] with In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Datom_22
  2. final class a[Ns, In] extends OneString[Ns, In] with Indexed

    (Partition)-Namespace-prefixed attribute name (":part_Ns/attr")

    (Partition)-Namespace-prefixed attribute name (":part_Ns/attr")

    Definition Classes
    Datom
  3. final class e[Ns, In] extends OneLong[Ns, In] with Indexed

    Entity id (Long)

    Entity id (Long)

    Definition Classes
    Datom
  4. final class op[Ns, In] extends OneBoolean[Ns, In] with Indexed

    Transaction operation: assertion (true) or retraction (false)

    Transaction operation: assertion (true) or retraction (false)

    Definition Classes
    Datom
  5. final class t[Ns, In] extends OneLong[Ns, In] with Indexed

    Transaction point in time t (Long/Int)

    Transaction point in time t (Long/Int)

    Definition Classes
    Datom
  6. final class tx[Ns, In] extends OneLong[Ns, In] with Indexed

    Transaction entity id (Long)

    Transaction entity id (Long)

    Definition Classes
    Datom
  7. final class txInstant[Ns, In] extends OneDate[Ns, In] with Indexed

    Transaction wall-clock time (Date)

    Transaction wall-clock time (Date)

    Definition Classes
    Datom
  8. final class v[Ns, In] extends OneAny[Ns, In] with Indexed

    Datom value (Any)

    Datom value (Any)

    Definition Classes
    Datom

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def +[I3, 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[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, S, T), (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_2_20
  4. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u](nextMolecule: IN1_21[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, S, T), (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_2_20
  5. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t](nextMolecule: IN1_20[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit_In_2_20
  6. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s](nextMolecule: IN1_19[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_2_20
  7. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r](nextMolecule: IN1_18[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_2_20
  8. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q](nextMolecule: IN1_17[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_2_20
  9. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p](nextMolecule: IN1_16[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_2_20
  10. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o](nextMolecule: IN1_15[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_2_20
  11. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m, n](nextMolecule: IN1_14[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_2_20
  12. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l, m](nextMolecule: IN1_13[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_2_20
  13. final def +[I3, a, b, c, d, e, f, g, h, i, j, k, l](nextMolecule: IN1_12[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, S, T), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_2_20
  14. final def +[I3, a, b, c, d, e, f, g, h, i, j, k](nextMolecule: IN1_11[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, S, T), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_2_20
  15. final def +[I3, a, b, c, d, e, f, g, h, i, j](nextMolecule: IN1_10[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, S, T), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_2_20
  16. final def +[I3, a, b, c, d, e, f, g, h, i](nextMolecule: IN1_09[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, S, T), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_2_20
  17. final def +[I3, a, b, c, d, e, f, g, h](nextMolecule: IN1_08[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, S, T), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_2_20
  18. final def +[I3, a, b, c, d, e, f, g](nextMolecule: IN1_07[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, S, T), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_2_20
  19. final def +[I3, a, b, c, d, e, f](nextMolecule: IN1_06[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, S, T), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_2_20
  20. final def +[I3, a, b, c, d, e](nextMolecule: IN1_05[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, S, T), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_2_20
  21. final def +[I3, a, b, c, d](nextMolecule: IN1_04[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, S, T), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_2_20
  22. final def +[I3, a, b, c](nextMolecule: IN1_03[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, S, T), (a, b, c)]
    Definition Classes
    CompositeInit_In_2_20
  23. final def +[I3, a, b](nextMolecule: IN1_02[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, S, T), (a, b)]
    Definition Classes
    CompositeInit_In_2_20
  24. final def +[I3, a](nextMolecule: IN1_01[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, S, T), a]
    Definition Classes
    CompositeInit_In_2_20
  25. final def +[I3](nextMolecule: IN1_00[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, S, T)]
    Definition Classes
    CompositeInit_In_2_20
  26. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (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_2_20
  27. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (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_2_20
  28. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit_In_2_20
  29. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_2_20
  30. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_2_20
  31. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_2_20
  32. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_2_20
  33. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_2_20
  34. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_2_20
  35. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_2_20
  36. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_2_20
  37. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_2_20
  38. final 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_2_02[I1, I2, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_2_20
  39. final def +[a, b, c, d, e, f, g, h, i](nextMolecule: NS09[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, S, T), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_2_20
  40. final def +[a, b, c, d, e, f, g, h](nextMolecule: NS08[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, S, T), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_2_20
  41. final def +[a, b, c, d, e, f, g](nextMolecule: NS07[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, S, T), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_2_20
  42. final def +[a, b, c, d, e, f](nextMolecule: NS06[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, S, T), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_2_20
  43. final def +[a, b, c, d, e](nextMolecule: NS05[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, S, T), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_2_20
  44. final def +[a, b, c, d](nextMolecule: NS04[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, S, T), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_2_20
  45. final def +[a, b, c](nextMolecule: NS03[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, S, T), (a, b, c)]
    Definition Classes
    CompositeInit_In_2_20
  46. final def +[a, b](nextMolecule: NS02[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, S, T), (a, b)]
    Definition Classes
    CompositeInit_In_2_20
  47. final def +[a](nextMolecule: NS01[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, S, T), a]
    Definition Classes
    CompositeInit_In_2_20
  48. final def +[x](nextMolecule: NS00[x]): 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
    CompositeInit_In_2_20
  49. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  50. final lazy val a_: Stay_[a, String]
    Definition Classes
    Datom_22
  51. def apply(v: api.core.stddev): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Double]
    Definition Classes
    Aggregate22
  52. def apply(v: api.core.variance): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Double]
    Definition Classes
    Aggregate22
  53. def apply(v: api.core.median): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Aggregate22
  54. def apply(v: api.core.avg): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Double]
    Definition Classes
    Aggregate22
  55. def apply(v: api.core.sum): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Aggregate22
  56. def apply(v: api.core.countDistinct): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Int]
    Definition Classes
    Aggregate22
  57. def apply(v: api.core.count): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Int]
    Definition Classes
    Aggregate22
  58. def apply(v: api.core.samples): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, List[S]]
    Definition Classes
    Aggregate22
  59. def apply(v: api.core.rands): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, List[S]]
    Definition Classes
    Aggregate22
  60. def apply(v: api.core.distinct): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, List[S]]
    Definition Classes
    Aggregate22
  61. def apply(v: api.core.maxs): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, List[S]]
    Definition Classes
    Aggregate22
  62. def apply(v: api.core.mins): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, List[S]]
    Definition Classes
    Aggregate22
  63. def apply(v: api.core.sample): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Aggregate22
  64. def apply(v: api.core.rand): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Aggregate22
  65. def apply(v: api.core.max): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Aggregate22
  66. def apply(v: api.core.min): In2_20[I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
    Definition Classes
    Aggregate22
  67. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  68. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  69. final lazy val e_: Stay_[e, Long]
    Definition Classes
    Datom_22
  70. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  72. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  73. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  79. final lazy val op_: Stay_[op, Boolean]
    Definition Classes
    Datom_22
  80. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  81. final lazy val t_: Stay_[t, Long]
    Definition Classes
    Datom_22
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. final lazy val txInstant_: Stay_[txInstant, Date]
    Definition Classes
    Datom_22
  84. final lazy val tx_: Stay_[tx, Long]
    Definition Classes
    Datom_22
  85. final lazy val v_: Stay_[v, Any]
    Definition Classes
    Datom_22
  86. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  87. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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

Inherited from CompositeInit_In_2

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

Inherited from Datom_22[In2_20, In2_21, In3_20, In3_21, I1, I2, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]

Inherited from Datom

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

Inherited from NS

Inherited from AnyRef

Inherited from Any

Ungrouped