Details
-
Sub-task
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Seq[QueryRequestWithResult] is not expressive enough and need to be refactored.
I am suggesting creating container class that can hold Sequence of Edge.
Result type T should provide merges Seq[T] into single T to merge MultiQuery results.
Also should provide filterOut other T to filter out query result from filterOutQuery result.