iGrind

Untitled

Jan 26th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.14 KB | None | 0 0
  1. distinctQueryOnts foreach { ont =>
  2.         Future {
  3.           self ! PathFinder.traverseFromOnt(ont.id, typeOnt.id)(dao.graph)
  4.         }
  5.       }
Advertisement
Add Comment
Please, Sign In to add comment