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 in3

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

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

    Definition Classes
    boilerplate
  • In_3_0
  • In_3_1
  • In_3_10
  • In_3_11
  • In_3_12
  • In_3_13
  • In_3_14
  • In_3_15
  • In_3_16
  • In_3_17
  • In_3_18
  • In_3_19
  • In_3_2
  • In_3_20
  • In_3_21
  • In_3_22
  • In_3_3
  • In_3_4
  • In_3_5
  • In_3_6
  • In_3_7
  • In_3_8
  • In_3_9

trait In_3_2[In3_2[_, _, _, _, _], In3_3[_, _, _, _, _, _], In4_2[_, _, _, _, _, _], In4_3[_, _, _, _, _, _, _], I1, I2, I3, A, B] extends IN3_02[I1, I2, I3, A, B] with Datom05[In3_2, In3_3, In4_2, In4_3, I1, I2, I3, A, B] with Aggregate05[In3_2, I1, I2, I3, A, B] with CompositeInit_In_3_02[I1, I2, I3, A, B]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. In_3_2
  2. CompositeInit_In_3_02
  3. CompositeInit_In_3
  4. Aggregate05
  5. Datom05
  6. Datom
  7. IN3_02
  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: In3_3[I1, I2, I3, A, B, String] with OneString[In3_3[I1, I2, I3, A, B, String], In4_3[String, I1, I2, I3, A, B, String]]

    Attribute name.

    Attribute name.

    Definition Classes
    Datom05Datom
  5. def a_: In3_2[I1, I2, I3, A, B] with OneString[In3_2[I1, I2, I3, A, B], In4_2[String, I1, I2, I3, A, B]]

    Tacit attribute name.

    Tacit attribute name.

    Definition Classes
    Datom05Datom
  6. def apply(v: api.core.stddev): In3_2[I1, I2, I3, A, Double]
    Definition Classes
    Aggregate05
  7. def apply(v: api.core.variance): In3_2[I1, I2, I3, A, Double]
    Definition Classes
    Aggregate05
  8. def apply(v: api.core.median): In3_2[I1, I2, I3, A, B]
    Definition Classes
    Aggregate05
  9. def apply(v: api.core.avg): In3_2[I1, I2, I3, A, Double]
    Definition Classes
    Aggregate05
  10. def apply(v: api.core.sum): In3_2[I1, I2, I3, A, B]
    Definition Classes
    Aggregate05
  11. def apply(v: api.core.countDistinct): In3_2[I1, I2, I3, A, Int]
    Definition Classes
    Aggregate05
  12. def apply(v: api.core.count): In3_2[I1, I2, I3, A, Int]
    Definition Classes
    Aggregate05
  13. def apply(v: api.core.samples): In3_2[I1, I2, I3, A, List[B]]
    Definition Classes
    Aggregate05
  14. def apply(v: api.core.rands): In3_2[I1, I2, I3, A, List[B]]
    Definition Classes
    Aggregate05
  15. def apply(v: api.core.distinct): In3_2[I1, I2, I3, A, List[B]]
    Definition Classes
    Aggregate05
  16. def apply(v: api.core.maxs): In3_2[I1, I2, I3, A, List[B]]
    Definition Classes
    Aggregate05
  17. def apply(v: api.core.mins): In3_2[I1, I2, I3, A, List[B]]
    Definition Classes
    Aggregate05
  18. def apply(v: api.core.sample): In3_2[I1, I2, I3, A, B]
    Definition Classes
    Aggregate05
  19. def apply(v: api.core.rand): In3_2[I1, I2, I3, A, B]
    Definition Classes
    Aggregate05
  20. def apply(v: api.core.max): In3_2[I1, I2, I3, A, B]
    Definition Classes
    Aggregate05
  21. def apply(v: api.core.min): In3_2[I1, I2, I3, A, B]
    Definition Classes
    Aggregate05
  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: In3_3[I1, I2, I3, A, B, Long] with OneLong[In3_3[I1, I2, I3, A, B, Long], In4_3[Long, I1, I2, I3, A, B, Long]]

    Entity id.

    Entity id.

    Definition Classes
    Datom05Datom
  25. def e_: In3_2[I1, I2, I3, A, B] with OneLong[In3_2[I1, I2, I3, A, B], In4_2[Long, I1, I2, I3, A, B]]

    Tacit entity id.

    Tacit entity id.

    Definition Classes
    Datom05Datom
  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: In3_3[I1, I2, I3, A, B, String] with OneString[In3_3[I1, I2, I3, A, B, String], In4_3[String, I1, I2, I3, A, B, String]]

    Namespace name.

    Namespace name.

    Definition Classes
    Datom05Datom
  36. def ns_: In3_2[I1, I2, I3, A, B] with OneString[In3_2[I1, I2, I3, A, B], In4_2[String, I1, I2, I3, A, B]]

    Tacit namespace name.

    Tacit namespace name.

    Definition Classes
    Datom05Datom
  37. def op: In3_3[I1, I2, I3, A, B, Boolean] with OneBoolean[In3_3[I1, I2, I3, A, B, Boolean], In4_3[Boolean, I1, I2, I3, A, B, Boolean]]

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

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

    Definition Classes
    Datom05Datom
  38. def op_: In3_2[I1, I2, I3, A, B] with OneBoolean[In3_2[I1, I2, I3, A, B], In4_2[Boolean, I1, I2, I3, A, B]]

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

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

    Definition Classes
    Datom05Datom
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def t: In3_3[I1, I2, I3, A, B, Long] with OneLong[In3_3[I1, I2, I3, A, B, Long], In4_3[Long, I1, I2, I3, A, B, Long]]

    Transaction time t.

    Transaction time t.

    Definition Classes
    Datom05Datom
  41. def t_: In3_2[I1, I2, I3, A, B] with OneLong[In3_2[I1, I2, I3, A, B], In4_2[Long, I1, I2, I3, A, B]]

    Tacit transaction time t.

    Tacit transaction time t.

    Definition Classes
    Datom05Datom
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def tx: In3_3[I1, I2, I3, A, B, Long] with OneLong[In3_3[I1, I2, I3, A, B, Long], In4_3[Long, I1, I2, I3, A, B, Long]]

    Transaction entity id.

    Transaction entity id.

    Definition Classes
    Datom05Datom
  44. def txInstant: In3_3[I1, I2, I3, A, B, Date] with OneDate[In3_3[I1, I2, I3, A, B, Date], In4_3[Date, I1, I2, I3, A, B, Date]]

    Transaction time as java.util.Date.

    Transaction time as java.util.Date.

    Definition Classes
    Datom05Datom
  45. def txInstant_: In3_2[I1, I2, I3, A, B] with OneDate[In3_2[I1, I2, I3, A, B], In4_2[Date, I1, I2, I3, A, B]]

    Tacit transaction time as java.util.Date.

    Tacit transaction time as java.util.Date.

    Definition Classes
    Datom05Datom
  46. def tx_: In3_2[I1, I2, I3, A, B] with OneLong[In3_2[I1, I2, I3, A, B], In4_2[Long, I1, I2, I3, A, B]]

    Tacit transaction entity id.

    Tacit transaction entity id.

    Definition Classes
    Datom05Datom
  47. def v: In3_3[I1, I2, I3, A, B, Any] with OneAny[In3_3[I1, I2, I3, A, B, Any], In4_3[Any, I1, I2, I3, A, B, Any]]

    Attribute value.

    Attribute value.

    Definition Classes
    Datom05Datom
  48. def v_: In3_2[I1, I2, I3, A, B] with OneAny[In3_2[I1, I2, I3, A, B], In4_2[Any, I1, I2, I3, A, B]]

    Tacit attribute value.

    Tacit attribute value.

    Definition Classes
    Datom05Datom
  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 ~[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_3_02[I1, I2, I3, (A, B), (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_3_02
  53. 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_3_02[I1, I2, I3, (A, B), (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_3_02
  54. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)]
    Definition Classes
    CompositeInit_In_3_02
  55. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_3_02
  56. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r)]
    Definition Classes
    CompositeInit_In_3_02
  57. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_3_02
  58. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_3_02
  59. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_3_02
  60. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_3_02
  61. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_3_02
  62. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_3_02
  63. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_3_02
  64. 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_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_3_02
  65. def ~[a, b, c, d, e, f, g, h, i](nextMolecule: NS09[a, b, c, d, e, f, g, h, i]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_3_02
  66. def ~[a, b, c, d, e, f, g, h](nextMolecule: NS08[a, b, c, d, e, f, g, h]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_3_02
  67. def ~[a, b, c, d, e, f, g](nextMolecule: NS07[a, b, c, d, e, f, g]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_3_02
  68. def ~[a, b, c, d, e, f](nextMolecule: NS06[a, b, c, d, e, f]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_3_02
  69. def ~[a, b, c, d, e](nextMolecule: NS05[a, b, c, d, e]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_3_02
  70. def ~[a, b, c, d](nextMolecule: NS04[a, b, c, d]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c, d)]
    Definition Classes
    CompositeInit_In_3_02
  71. def ~[a, b, c](nextMolecule: NS03[a, b, c]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b, c)]
    Definition Classes
    CompositeInit_In_3_02
  72. def ~[a, b](nextMolecule: NS02[a, b]): Composite_In_3_02[I1, I2, I3, (A, B), (a, b)]
    Definition Classes
    CompositeInit_In_3_02
  73. def ~[a](nextMolecule: NS01[a]): Composite_In_3_02[I1, I2, I3, (A, B), a]
    Definition Classes
    CompositeInit_In_3_02
  74. def ~[x](nextMolecule: NS00[x]): Composite_In_3_01[I1, I2, I3, (A, B)]
    Definition Classes
    CompositeInit_In_3_02

Inherited from CompositeInit_In_3_02[I1, I2, I3, A, B]

Inherited from CompositeInit_In_3

Inherited from Aggregate05[In3_2, I1, I2, I3, A, B]

Inherited from Datom05[In3_2, In3_3, In4_2, In4_3, I1, I2, I3, A, B]

Inherited from Datom

Inherited from IN3_02[I1, I2, I3, A, B]

Inherited from NS

Inherited from AnyRef

Inherited from Any

Ungrouped