validateAndSave method

bool validateAndSave()

Implementation

bool validateAndSave() {
  save();
  return validate();
}