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 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_0[In2_0[_, _], In2_1[_, _, _], In3_0[_, _, _], In3_1[_, _, _, _], I1, I2] extends IN2_00[I1, I2] with Datom02[In2_0, In2_1, In3_0, In3_1, I1, I2] with CompositeInit_In_2_00[I1, I2]

Source
in2.scala
Linear Supertypes
CompositeInit_In_2_00[I1, I2], CompositeInit_In_2, Datom02[In2_0, In2_1, In3_0, In3_1, I1, I2], Datom, IN2_00[I1, I2], NS, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. In_2_0
  2. CompositeInit_In_2_00
  3. CompositeInit_In_2
  4. Datom02
  5. Datom
  6. IN2_00
  7. NS
  8. AnyRef
  9. 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: In2_1[I1, I2, String] with OneString[In2_1[I1, I2, String], In3_1[String, I1, I2, String]]

    Attribute name.

    Attribute name.

    Definition Classes
    Datom02Datom
  5. def a_: In2_0[I1, I2] with OneString[In2_0[I1, I2], In3_0[String, I1, I2]]

    Tacit attribute name.

    Tacit attribute name.

    Definition Classes
    Datom02Datom
  6. def apply(e: Long): In2_0[I1, I2]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def e: In2_1[I1, I2, Long] with OneLong[In2_1[I1, I2, Long], In3_1[Long, I1, I2, Long]]

    Entity id.

    Entity id.

    Definition Classes
    Datom02Datom
  10. def e_: In2_0[I1, I2] with OneLong[In2_0[I1, I2], In3_0[Long, I1, I2]]

    Tacit entity id.

    Tacit entity id.

    Definition Classes
    Datom02Datom
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def ns: In2_1[I1, I2, String] with OneString[In2_1[I1, I2, String], In3_1[String, I1, I2, String]]

    Namespace name.

    Namespace name.

    Definition Classes
    Datom02Datom
  21. def ns_: In2_0[I1, I2] with OneString[In2_0[I1, I2], In3_0[String, I1, I2]]

    Tacit namespace name.

    Tacit namespace name.

    Definition Classes
    Datom02Datom
  22. def op: In2_1[I1, I2, Boolean] with OneBoolean[In2_1[I1, I2, Boolean], In3_1[Boolean, I1, I2, Boolean]]

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

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

    Definition Classes
    Datom02Datom
  23. def op_: In2_0[I1, I2] with OneBoolean[In2_0[I1, I2], In3_0[Boolean, I1, I2]]

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

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

    Definition Classes
    Datom02Datom
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def t: In2_1[I1, I2, Long] with OneLong[In2_1[I1, I2, Long], In3_1[Long, I1, I2, Long]]

    Transaction time t.

    Transaction time t.

    Definition Classes
    Datom02Datom
  26. def t_: In2_0[I1, I2] with OneLong[In2_0[I1, I2], In3_0[Long, I1, I2]]

    Tacit transaction time t.

    Tacit transaction time t.

    Definition Classes
    Datom02Datom
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def tx: In2_1[I1, I2, Long] with OneLong[In2_1[I1, I2, Long], In3_1[Long, I1, I2, Long]]

    Transaction entity id.

    Transaction entity id.

    Definition Classes
    Datom02Datom
  29. def txInstant: In2_1[I1, I2, Date] with OneDate[In2_1[I1, I2, Date], In3_1[Date, I1, I2, Date]]

    Transaction time as java.util.Date.

    Transaction time as java.util.Date.

    Definition Classes
    Datom02Datom
  30. def txInstant_: In2_0[I1, I2] with OneDate[In2_0[I1, I2], In3_0[Date, I1, I2]]

    Tacit transaction time as java.util.Date.

    Tacit transaction time as java.util.Date.

    Definition Classes
    Datom02Datom
  31. def tx_: In2_0[I1, I2] with OneLong[In2_0[I1, I2], In3_0[Long, I1, I2]]

    Tacit transaction entity id.

    Tacit transaction entity id.

    Definition Classes
    Datom02Datom
  32. def v: In2_1[I1, I2, Any] with OneAny[In2_1[I1, I2, Any], In3_1[Any, I1, I2, Any]]

    Attribute value.

    Attribute value.

    Definition Classes
    Datom02Datom
  33. def v_: In2_0[I1, I2] with OneAny[In2_0[I1, I2], In3_0[Any, I1, I2]]

    Tacit attribute value.

    Tacit attribute value.

    Definition Classes
    Datom02Datom
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit_In_2_00
  38. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit_In_2_00
  39. 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_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_00
  40. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_2_00
  41. 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_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_2_00
  42. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_2_00
  43. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_2_00
  44. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_2_00
  45. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_2_00
  46. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_2_00
  47. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_2_00
  48. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_2_00
  49. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_2_00
  50. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_2_00
  51. 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_01[I1, I2, I3, (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_2_00
  52. def ~[I3, a, b, c, d, e, f, g](nextMolecule: IN1_07[I3, a, b, c, d, e, f, g]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_2_00
  53. def ~[I3, a, b, c, d, e, f](nextMolecule: IN1_06[I3, a, b, c, d, e, f]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_2_00
  54. def ~[I3, a, b, c, d, e](nextMolecule: IN1_05[I3, a, b, c, d, e]): Composite_In_3_01[I1, I2, I3, (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_2_00
  55. def ~[I3, a, b, c, d](nextMolecule: IN1_04[I3, a, b, c, d]): Composite_In_3_01[I1, I2, I3, (a, b, c, d)]
    Definition Classes
    CompositeInit_In_2_00
  56. def ~[I3, a, b, c](nextMolecule: IN1_03[I3, a, b, c]): Composite_In_3_01[I1, I2, I3, (a, b, c)]
    Definition Classes
    CompositeInit_In_2_00
  57. def ~[I3, a, b](nextMolecule: IN1_02[I3, a, b]): Composite_In_3_01[I1, I2, I3, (a, b)]
    Definition Classes
    CompositeInit_In_2_00
  58. def ~[I3, a](nextMolecule: IN1_01[I3, a]): Composite_In_3_01[I1, I2, I3, a]
    Definition Classes
    CompositeInit_In_2_00
  59. def ~[I3](nextMolecule: IN1_00[I3]): Composite_In_3_00[I1, I2, I3]
    Definition Classes
    CompositeInit_In_2_00
  60. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v)]
    Definition Classes
    CompositeInit_In_2_00
  61. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u)]
    Definition Classes
    CompositeInit_In_2_00
  62. 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_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_00
  63. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s)]
    Definition Classes
    CompositeInit_In_2_00
  64. 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_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_2_00
  65. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q)]
    Definition Classes
    CompositeInit_In_2_00
  66. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)]
    Definition Classes
    CompositeInit_In_2_00
  67. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)]
    Definition Classes
    CompositeInit_In_2_00
  68. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m, n)]
    Definition Classes
    CompositeInit_In_2_00
  69. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l, m)]
    Definition Classes
    CompositeInit_In_2_00
  70. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k, l)]
    Definition Classes
    CompositeInit_In_2_00
  71. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j, k)]
    Definition Classes
    CompositeInit_In_2_00
  72. 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_01[I1, I2, (a, b, c, d, e, f, g, h, i, j)]
    Definition Classes
    CompositeInit_In_2_00
  73. def ~[a, b, c, d, e, f, g, h, i](nextMolecule: NS09[a, b, c, d, e, f, g, h, i]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h, i)]
    Definition Classes
    CompositeInit_In_2_00
  74. def ~[a, b, c, d, e, f, g, h](nextMolecule: NS08[a, b, c, d, e, f, g, h]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g, h)]
    Definition Classes
    CompositeInit_In_2_00
  75. def ~[a, b, c, d, e, f, g](nextMolecule: NS07[a, b, c, d, e, f, g]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f, g)]
    Definition Classes
    CompositeInit_In_2_00
  76. def ~[a, b, c, d, e, f](nextMolecule: NS06[a, b, c, d, e, f]): Composite_In_2_01[I1, I2, (a, b, c, d, e, f)]
    Definition Classes
    CompositeInit_In_2_00
  77. def ~[a, b, c, d, e](nextMolecule: NS05[a, b, c, d, e]): Composite_In_2_01[I1, I2, (a, b, c, d, e)]
    Definition Classes
    CompositeInit_In_2_00
  78. def ~[a, b, c, d](nextMolecule: NS04[a, b, c, d]): Composite_In_2_01[I1, I2, (a, b, c, d)]
    Definition Classes
    CompositeInit_In_2_00
  79. def ~[a, b, c](nextMolecule: NS03[a, b, c]): Composite_In_2_01[I1, I2, (a, b, c)]
    Definition Classes
    CompositeInit_In_2_00
  80. def ~[a, b](nextMolecule: NS02[a, b]): Composite_In_2_01[I1, I2, (a, b)]
    Definition Classes
    CompositeInit_In_2_00
  81. def ~[a](nextMolecule: NS01[a]): Composite_In_2_01[I1, I2, a]
    Definition Classes
    CompositeInit_In_2_00
  82. def ~[x](nextMolecule: NS00[x]): Composite_In_2_00[I1, I2]
    Definition Classes
    CompositeInit_In_2_00

Inherited from CompositeInit_In_2_00[I1, I2]

Inherited from CompositeInit_In_2

Inherited from Datom02[In2_0, In2_1, In3_0, In3_1, I1, I2]

Inherited from Datom

Inherited from IN2_00[I1, I2]

Inherited from NS

Inherited from AnyRef

Inherited from Any

Ungrouped