Skip to content
Snippets Groups Projects
Commit 36a902e5 authored by Ankur Dave's avatar Ankur Dave
Browse files

Revert accidental removal of code in 3a40a5eb

parent 971f8240
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,7 @@ class GraphImpl[VD: ClassManifest, ED: ClassManifest] protected (
.groupBy { t: EdgeTriplet[VD, ED] => (t.srcId, t.dstId) }
.mapValues { ts: List[EdgeTriplet[VD, ED]] => f(ts.toIterator) }
.toList
.toIterator
.map { case ((src, dst), data) => Edge(src, dst, data) }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment