Package org.neo4j.gds.core.cypher
Interface RelationshipIds.ResolvedRelationshipIdFunction<T>
-
- Enclosing class:
- RelationshipIds
public static interface RelationshipIds.ResolvedRelationshipIdFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Taccept(long nodeId, long offsetInAdjacency, RelationshipIds.RelationshipIdContext relationshipIdContext)
-
-
-
Method Detail
-
accept
T accept(long nodeId, long offsetInAdjacency, RelationshipIds.RelationshipIdContext relationshipIdContext)
-
-