Selector<T> typedef

Selector<T> = bool Function(T)

return true if match

Implementation

typedef Selector<T> = bool Function(T);