256257258259260261262263264
} if (this.translateWith == null) { if (constraints.isEmpty()) { return values; } return new ValueDecorator(values, constraints); } return new ValueDecorator(values, constraints, this.translateWith.translator()); }