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