GraphWalkSideBranchProcessor<T, R> typedef

GraphWalkSideBranchProcessor<T, R> = Object? Function(GraphNodeStep<T> step, List<Node<T>> sideBranches)

Implementation

typedef GraphWalkSideBranchProcessor<T, R> = Object? Function(
    GraphNodeStep<T> step, List<Node<T>> sideBranches);