GraphWalkNodeOutputsProvider<T> typedef

GraphWalkNodeOutputsProvider<T> = Iterable<Node<T>>? Function(GraphNodeStep<T> step, Node<T> node)

Implementation

typedef GraphWalkNodeOutputsProvider<T> = Iterable<Node<T>>? Function(
    GraphNodeStep<T> step, Node<T> node);