edge
Emit an edge with attributes.
Parameters
The identifier of the source node.
The identifier of the target node.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.
Emit an edge.
Parameters
The source node.
The target node.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.
Emit an edge.
Parameters
The lambda to apply to generate the source subgraph.
The identifier of the target node.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.
Emit an edge.
Parameters
The lambda to apply to generate the source subgraph.
The target node.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.
Emit an edge.
Parameters
The identifier of the source node.
The lambda to apply to generate the target subgraph.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.
Emit an edge.
Parameters
The source node.
The lambda to apply to generate the target subgraph.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.
Emit an edge.
Parameters
The lambda to apply to generate the source subgraph.
The lambda to apply to generate the target subgraph.
The lambda to apply to generate the edge's attributes.
Throws
If emission fails.