ValueCondition<TValue> typedef

ValueCondition<TValue> = bool Function(TValue previous, TValue current)

Implementation

typedef ValueCondition<TValue> = bool Function(TValue previous, TValue current);