package transform
Type Members
-
trait
CastHelpers[Obj, Tpl] extends CastHelpersAggr
Core molecule interface defining actions that can be called on molecules.
Core molecule interface defining actions that can be called on molecules.
Generally we could often have made higher-order methods taking a casting function for variating cases. But we prioritize minimizing the macro-generated code as much as possible to lower compile time overhead.
-
trait
CastHelpersAggr extends CastHelpersOptNested
Core molecule interface defining actions that can be called on molecules.
Core molecule interface defining actions that can be called on molecules.
Generally we could often have made higher-order methods taking a casting function for variating cases. But we prioritize minimizing the macro-generated code as much as possible to lower compile time overhead.
-
trait
CastHelpersOptNested extends Helpers
Core molecule interface defining actions that can be called on molecules.
Core molecule interface defining actions that can be called on molecules.
Generally we could often have made higher-order methods taking a casting function for variating cases. But we prioritize minimizing the macro-generated code as much as possible to lower compile time overhead.
- trait DynamicMolecule extends Dynamic

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum