shouldRebuild method

bool shouldRebuild(
  1. S previous,
  2. S current
)

Implementation

bool shouldRebuild(S previous, S current) {
  return true;
}