4546474849505152535455
} @Override protected Relationship fetchNextOrNull() { while (batchRelationships.hasNext()) { BatchRelationship next = batchRelationships.next(); if (!typeMatches(next)) { continue; } if (!directionMatches(next)) {