package nested_3
Type Members
-
trait
Nested_3 extends AnyRef
Add nested molecule to input molecule awaiting 3 inputs.
Add nested molecule to input molecule awaiting 3 inputs.
m(Order.no(?).total.>(?).att(?) * LineItem.product.price.quantity) .apply(23, 120, "Ben Smith").get.map(_ ==> List( (23, 124, "Ben Smith", List(("Chocolate", 48.00, 1), ("Whisky", 38.00, 2))) )

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