ShouldNotify<T> typedef

ShouldNotify<T> = bool Function(T a, T b)

Implementation

typedef ShouldNotify<T> = bool Function(T a, T b);