FilterFn typedef

FilterFn = bool Function(Node node)

Fuction for filtering your targeting node

Implementation

typedef FilterFn = bool Function(Node node);