Ideally I'd be able to tell KDBC to group parts of...
# tornadofx
t
Ideally I'd be able to tell KDBC to group parts of multiple rows together so I can pass that list to a constructor. For example, I'd like to have a method that gets all the rows with a specific customer id (and takes a receiver so I can transform each of those rows to an Order object) and returns the list of Orders