Enrich existing filter dsl to accept one function style dsl e.g.: ``` scala fromQuery(myQuery){ case (a, b) => "ala" from a.ala and "ola" from o.ola } ```