shouldEmit abstract method

bool shouldEmit(
  1. T oldValue,
  2. T newValue
)

Implementation

bool shouldEmit(T oldValue, T newValue);