WillAccept<T> typedef

WillAccept<T> = bool Function(GraphNode<T> node)

Implementation

typedef WillAccept<T> = bool Function(GraphNode<T> node);