Packages

package factory

Factory methods m to instantiate molecules from custom DSL molecule constructs.

Source
package.scala
Linear Supertypes
AnyRef, Any

Type Members

  1. trait CompositeFactory_0_1 extends AnyRef
  2. trait CompositeFactory_0_10 extends AnyRef
  3. trait CompositeFactory_0_11 extends AnyRef
  4. trait CompositeFactory_0_12 extends AnyRef
  5. trait CompositeFactory_0_13 extends AnyRef
  6. trait CompositeFactory_0_14 extends AnyRef
  7. trait CompositeFactory_0_15 extends AnyRef
  8. trait CompositeFactory_0_16 extends AnyRef
  9. trait CompositeFactory_0_17 extends AnyRef
  10. trait CompositeFactory_0_18 extends AnyRef
  11. trait CompositeFactory_0_19 extends AnyRef
  12. trait CompositeFactory_0_2 extends AnyRef

    Implicit composite molecule factory methods of arity 1-22.

    Implicit composite molecule factory methods of arity 1-22.

    Composite molecules model entities with attributes from different namespaces that are not necessarily related. Each group of attributes is modelled by a molecule and these "sub-molecules" are tied together with + methods to form a composite molecule.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  13. trait CompositeFactory_0_20 extends AnyRef
  14. trait CompositeFactory_0_21 extends AnyRef
  15. trait CompositeFactory_0_22 extends AnyRef
  16. trait CompositeFactory_0_3 extends AnyRef
  17. trait CompositeFactory_0_4 extends AnyRef
  18. trait CompositeFactory_0_5 extends AnyRef
  19. trait CompositeFactory_0_6 extends AnyRef
  20. trait CompositeFactory_0_7 extends AnyRef
  21. trait CompositeFactory_0_8 extends AnyRef
  22. trait CompositeFactory_0_9 extends AnyRef
  23. trait CompositeFactory_1_1 extends AnyRef
  24. trait CompositeFactory_1_10 extends AnyRef
  25. trait CompositeFactory_1_11 extends AnyRef
  26. trait CompositeFactory_1_12 extends AnyRef
  27. trait CompositeFactory_1_13 extends AnyRef
  28. trait CompositeFactory_1_14 extends AnyRef
  29. trait CompositeFactory_1_15 extends AnyRef
  30. trait CompositeFactory_1_16 extends AnyRef
  31. trait CompositeFactory_1_17 extends AnyRef
  32. trait CompositeFactory_1_18 extends AnyRef
  33. trait CompositeFactory_1_19 extends AnyRef
  34. trait CompositeFactory_1_2 extends AnyRef

    Factory methods to create composite input molecules of arity 1-22 awaiting 1 input.

    Factory methods to create composite input molecules of arity 1-22 awaiting 1 input.

    Molecules

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    Composite molecules

    Composite molecules model entities with attributes from different namespaces that are not necessarily related. Each group of attributes is modelled by a molecule and these "sub-molecules" are tied together with + methods to form a composite molecule.

    Composite input molecules

    Composite input molecules awaiting 1 input have one attribute with ? applied to mark that it awaits an input at runtime for that attribute. Once the input molecule has been resolved with input, a normal molecule is returned that we can query against the Datomic database.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  35. trait CompositeFactory_1_20 extends AnyRef
  36. trait CompositeFactory_1_21 extends AnyRef
  37. trait CompositeFactory_1_22 extends AnyRef
  38. trait CompositeFactory_1_3 extends AnyRef
  39. trait CompositeFactory_1_4 extends AnyRef
  40. trait CompositeFactory_1_5 extends AnyRef
  41. trait CompositeFactory_1_6 extends AnyRef
  42. trait CompositeFactory_1_7 extends AnyRef
  43. trait CompositeFactory_1_8 extends AnyRef
  44. trait CompositeFactory_1_9 extends AnyRef
  45. trait CompositeFactory_2_1 extends AnyRef
  46. trait CompositeFactory_2_10 extends AnyRef
  47. trait CompositeFactory_2_11 extends AnyRef
  48. trait CompositeFactory_2_12 extends AnyRef
  49. trait CompositeFactory_2_13 extends AnyRef
  50. trait CompositeFactory_2_14 extends AnyRef
  51. trait CompositeFactory_2_15 extends AnyRef
  52. trait CompositeFactory_2_16 extends AnyRef
  53. trait CompositeFactory_2_17 extends AnyRef
  54. trait CompositeFactory_2_18 extends AnyRef
  55. trait CompositeFactory_2_19 extends AnyRef
  56. trait CompositeFactory_2_2 extends AnyRef

    Factory methods to create composite input molecules of arity 1-22 awaiting 2 inputs.

    Factory methods to create composite input molecules of arity 1-22 awaiting 2 inputs.

    Molecules

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    Composite molecules

    Composite molecules model entities with attributes from different namespaces that are not necessarily related. Each group of attributes is modelled by a molecule and these "sub-molecules" are tied together with + methods to form a composite molecule.

    Composite input molecules

    Composite input molecules awaiting 2 inputs have 2 attributes with ? applied to mark that it awaits inputs at runtime for those attributes. Once the input molecule has been resolved with inputs, a normal molecule is returned that we can query against the Datomic database.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  57. trait CompositeFactory_2_20 extends AnyRef
  58. trait CompositeFactory_2_21 extends AnyRef
  59. trait CompositeFactory_2_22 extends AnyRef
  60. trait CompositeFactory_2_3 extends AnyRef
  61. trait CompositeFactory_2_4 extends AnyRef
  62. trait CompositeFactory_2_5 extends AnyRef
  63. trait CompositeFactory_2_6 extends AnyRef
  64. trait CompositeFactory_2_7 extends AnyRef
  65. trait CompositeFactory_2_8 extends AnyRef
  66. trait CompositeFactory_2_9 extends AnyRef
  67. trait CompositeFactory_3_1 extends AnyRef
  68. trait CompositeFactory_3_10 extends AnyRef
  69. trait CompositeFactory_3_11 extends AnyRef
  70. trait CompositeFactory_3_12 extends AnyRef
  71. trait CompositeFactory_3_13 extends AnyRef
  72. trait CompositeFactory_3_14 extends AnyRef
  73. trait CompositeFactory_3_15 extends AnyRef
  74. trait CompositeFactory_3_16 extends AnyRef
  75. trait CompositeFactory_3_17 extends AnyRef
  76. trait CompositeFactory_3_18 extends AnyRef
  77. trait CompositeFactory_3_19 extends AnyRef
  78. trait CompositeFactory_3_2 extends AnyRef

    Factory methods to create composite input molecules of arity 1-22 awaiting 3 inputs.

    Factory methods to create composite input molecules of arity 1-22 awaiting 3 inputs.

    Molecules

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    Composite molecules

    Composite molecules model entities with attributes from different namespaces that are not necessarily related. Each group of attributes is modelled by a molecule and these "sub-molecules" are tied together with + methods to form a composite molecule.

    Composite input molecules

    Composite input molecules awaiting 3 inputs have 3 attributes with ? applied to mark that it awaits inputs at runtime for those attributes. Once the input molecule has been resolved with inputs, a normal molecule is returned that we can query against the Datomic database.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  79. trait CompositeFactory_3_20 extends AnyRef
  80. trait CompositeFactory_3_21 extends AnyRef
  81. trait CompositeFactory_3_22 extends AnyRef
  82. trait CompositeFactory_3_3 extends AnyRef
  83. trait CompositeFactory_3_4 extends AnyRef
  84. trait CompositeFactory_3_5 extends AnyRef
  85. trait CompositeFactory_3_6 extends AnyRef
  86. trait CompositeFactory_3_7 extends AnyRef
  87. trait CompositeFactory_3_8 extends AnyRef
  88. trait CompositeFactory_3_9 extends AnyRef
  89. trait Molecule_Factory1 extends AnyRef
  90. trait Molecule_Factory10 extends AnyRef
  91. trait Molecule_Factory11 extends AnyRef
  92. trait Molecule_Factory12 extends AnyRef
  93. trait Molecule_Factory13 extends AnyRef
  94. trait Molecule_Factory14 extends AnyRef
  95. trait Molecule_Factory15 extends AnyRef
  96. trait Molecule_Factory16 extends AnyRef
  97. trait Molecule_Factory17 extends AnyRef
  98. trait Molecule_Factory18 extends AnyRef
  99. trait Molecule_Factory19 extends AnyRef
  100. trait Molecule_Factory2 extends AnyRef

    Implicit molecule factory methods of arity 1-22.

    Implicit molecule factory methods of arity 1-22.

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  101. trait Molecule_Factory20 extends AnyRef
  102. trait Molecule_Factory21 extends AnyRef
  103. trait Molecule_Factory22 extends AnyRef
  104. trait Molecule_Factory3 extends AnyRef
  105. trait Molecule_Factory4 extends AnyRef
  106. trait Molecule_Factory5 extends AnyRef
  107. trait Molecule_Factory6 extends AnyRef
  108. trait Molecule_Factory7 extends AnyRef
  109. trait Molecule_Factory8 extends AnyRef
  110. trait Molecule_Factory9 extends AnyRef
  111. trait Molecule_In_1_Factory1 extends AnyRef
  112. trait Molecule_In_1_Factory10 extends AnyRef
  113. trait Molecule_In_1_Factory11 extends AnyRef
  114. trait Molecule_In_1_Factory12 extends AnyRef
  115. trait Molecule_In_1_Factory13 extends AnyRef
  116. trait Molecule_In_1_Factory14 extends AnyRef
  117. trait Molecule_In_1_Factory15 extends AnyRef
  118. trait Molecule_In_1_Factory16 extends AnyRef
  119. trait Molecule_In_1_Factory17 extends AnyRef
  120. trait Molecule_In_1_Factory18 extends AnyRef
  121. trait Molecule_In_1_Factory19 extends AnyRef
  122. trait Molecule_In_1_Factory2 extends AnyRef

    Factory methods to create input molecules of arity 1-22 awaiting 1 input.

    Factory methods to create input molecules of arity 1-22 awaiting 1 input.

    Molecules

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    Input molecules

    Input molecules awaiting 1 input have one attribute with ? applied to mark that it awaits an input at runtime for that attribute. Once the input molecule has been resolved with input, a normal molecule is returned that we can query against the Datomic database.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  123. trait Molecule_In_1_Factory20 extends AnyRef
  124. trait Molecule_In_1_Factory21 extends AnyRef
  125. trait Molecule_In_1_Factory22 extends AnyRef
  126. trait Molecule_In_1_Factory3 extends AnyRef
  127. trait Molecule_In_1_Factory4 extends AnyRef
  128. trait Molecule_In_1_Factory5 extends AnyRef
  129. trait Molecule_In_1_Factory6 extends AnyRef
  130. trait Molecule_In_1_Factory7 extends AnyRef
  131. trait Molecule_In_1_Factory8 extends AnyRef
  132. trait Molecule_In_1_Factory9 extends AnyRef
  133. trait Molecule_In_2_Factory1 extends AnyRef
  134. trait Molecule_In_2_Factory10 extends AnyRef
  135. trait Molecule_In_2_Factory11 extends AnyRef
  136. trait Molecule_In_2_Factory12 extends AnyRef
  137. trait Molecule_In_2_Factory13 extends AnyRef
  138. trait Molecule_In_2_Factory14 extends AnyRef
  139. trait Molecule_In_2_Factory15 extends AnyRef
  140. trait Molecule_In_2_Factory16 extends AnyRef
  141. trait Molecule_In_2_Factory17 extends AnyRef
  142. trait Molecule_In_2_Factory18 extends AnyRef
  143. trait Molecule_In_2_Factory19 extends AnyRef
  144. trait Molecule_In_2_Factory2 extends AnyRef

    Factory methods to create input molecules of arity 1-22 awaiting 2 inputs.

    Factory methods to create input molecules of arity 1-22 awaiting 2 inputs.

    Molecules

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    Input molecules

    Input molecules awaiting 2 inputs have one attribute with ? applied to mark that it awaits inputs at runtime for those attributes. Once the input molecule has been resolved with inputs, a normal molecule is returned that we can query against the Datomic database.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  145. trait Molecule_In_2_Factory20 extends AnyRef
  146. trait Molecule_In_2_Factory21 extends AnyRef
  147. trait Molecule_In_2_Factory22 extends AnyRef
  148. trait Molecule_In_2_Factory3 extends AnyRef
  149. trait Molecule_In_2_Factory4 extends AnyRef
  150. trait Molecule_In_2_Factory5 extends AnyRef
  151. trait Molecule_In_2_Factory6 extends AnyRef
  152. trait Molecule_In_2_Factory7 extends AnyRef
  153. trait Molecule_In_2_Factory8 extends AnyRef
  154. trait Molecule_In_2_Factory9 extends AnyRef
  155. trait Molecule_In_3_Factory1 extends AnyRef
  156. trait Molecule_In_3_Factory10 extends AnyRef
  157. trait Molecule_In_3_Factory11 extends AnyRef
  158. trait Molecule_In_3_Factory12 extends AnyRef
  159. trait Molecule_In_3_Factory13 extends AnyRef
  160. trait Molecule_In_3_Factory14 extends AnyRef
  161. trait Molecule_In_3_Factory15 extends AnyRef
  162. trait Molecule_In_3_Factory16 extends AnyRef
  163. trait Molecule_In_3_Factory17 extends AnyRef
  164. trait Molecule_In_3_Factory18 extends AnyRef
  165. trait Molecule_In_3_Factory19 extends AnyRef
  166. trait Molecule_In_3_Factory2 extends AnyRef

    Factory methods to create input molecules of arity 1-22 awaiting 3 inputs.

    Factory methods to create input molecules of arity 1-22 awaiting 3 inputs.

    Molecules

    Molecules are type-safe custom Scala models of data structures in a Datomic database.

    Molecules are build with your custom meta-DSL that is auto-generated from your Schema Definition file. Calling m on your modelled DSL structure lets Molecule macros create a custom molecule, ready for retrieving or manipulating data in the Datomic database.

    Each molecule consists of one or more attributes that can have values or expressions applied. The arity of a molecule is determined by the number of attributes that will return data when the molecule is queried against the Datomic database. Attributes returning data are called "output attributes".

    Input molecules

    Input molecules awaiting 3 inputs have one attribute with ? applied to mark that it awaits inputs at runtime for those attributes. Once the input molecule has been resolved with inputs, a normal molecule is returned that we can query against the Datomic database.

    For brevity, only arity 1 and 2 method signatures are shown. Arity 3-22 follow the same pattern.

  167. trait Molecule_In_3_Factory20 extends AnyRef
  168. trait Molecule_In_3_Factory21 extends AnyRef
  169. trait Molecule_In_3_Factory22 extends AnyRef
  170. trait Molecule_In_3_Factory3 extends AnyRef
  171. trait Molecule_In_3_Factory4 extends AnyRef
  172. trait Molecule_In_3_Factory5 extends AnyRef
  173. trait Molecule_In_3_Factory6 extends AnyRef
  174. trait Molecule_In_3_Factory7 extends AnyRef
  175. trait Molecule_In_3_Factory8 extends AnyRef
  176. trait Molecule_In_3_Factory9 extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped