GraphCrawler<T extends Object> constructor

GraphCrawler<T extends Object>(
  1. Edges<T> edges
)

Implementation

GraphCrawler(this.edges);