Toggle navigation
Home
flink.graphs.OutEdgesFunction to flink.graphs.EdgesFunction
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
function.iterateOutEdges(vertex.iterator().next(),outEdges)
to
function.iterateEdges(vertex.iterator().next(),edges)