Untitled diff

Created Diff never expires
4 removals
5 lines
2 additions
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!!!"
);