package macros
- Source
- macros.scala
- Alphabetic
- By Inheritance
- macros
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class MakeComposite extends Base
Macro to make composite molecules.
- class MakeComposite_In extends Base
Macro to make composite input molecules.
- class MakeMolecule extends Base
Macro to make output molecules.
- class MakeMolecule_In extends Base
Macro to make input molecules.
- macro class TxFns extends Annotation with StaticAnnotation
Transaction function container object annotation
Transaction function container object annotation
Annotate objects containing tx function methods with
@TxFns
. A Scala macro then makes the necessary preparations to use the functions in Datomic transactions.- Annotations
- @compileTimeOnly("macro annotation could not be expanded (you cannot use a macro annotation in the same compilation run that defines it)")
- class TxFunctionCall extends MacroHelpers
Macro to make transaction function invocations.
Value Members
- object NestedJson
Documentation/API for the Molecule library - a meta DSL for the Datomic database.
Manual | scalamolecule.org | Github | Forum