updateWhere method

void updateWhere(
  1. bool test(
    1. T t
    ),
  2. T t
)

Implementation

void updateWhere(bool test(T t), T t) {
  _updateWhere(prefs, test, t);
}