_addValidator (def) {
    if (_.isGenFn(def)) {
      return this.validators.push({
        fn: def
      });