String apply(String value) { return _modifiers.fold( value, (previousValue, modifier) => modifier(previousValue), ); }