Untitled diff

Created Diff never expires
4 removals
Words removed24
Total words26
Words removed (%)92.31
5 lines
2 additions
Words added6
Total words8
Words added (%)75.00
3 lines
Function<Integer, String> priceConverter = usdToArgentinePesoConverter.andThen(argentineCurrencyFormatter);


return getConvertedPriceStatements(records,
return getConvertedPriceStatements(records, priceConverter);
// TODO: Correct this. It should to convert AND format. However, there is room parameter wise for only one Function...hmmm.
homeValueIndex -> "FIXME!!!"
);