updateAll abstract method

void updateAll(
  1. D update(
    1. P key,
    2. D value
    )
)

Updates all values

Implementation

void updateAll(D Function(P key, D value) update);