I\'m trying to create a typesafe dynamic DSL for a Slick table but not sure how to achieve this.
Users can post filters to the server by sending filters in form/json
"fold" is already the keyword here. Or "reduce" since you don't need a seeding value. buildFilter.reduce(_ && _)
buildFilter.reduce(_ && _)