Unwrap Graph.mapEdges signature

This commit is contained in:
Ankur Dave 2014-01-09 13:29:20 -08:00
parent 3b2e22e2c3
commit ec12c63409

View file

@ -169,9 +169,7 @@ abstract class Graph[VD: ClassTag, ED: ClassTag] {
* @tparam ED2 the new edge data type
*
*/
def mapEdges[ED2: ClassTag](
map: (Pid, Iterator[Edge[ED]]) => Iterator[ED2]):
Graph[VD, ED2]
def mapEdges[ED2: ClassTag](map: (Pid, Iterator[Edge[ED]]) => Iterator[ED2]): Graph[VD, ED2]
/**
* Construct a new graph where the value of each edge is