Untitled diff

Created Diff never expires
4 suppressions
Lignes
Total
Supprimé
Mots
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diffchecker logo
Diffchecker Pro
5 lignes
2 ajouts
Lignes
Total
Ajouté
Mots
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diffchecker logo
Diffchecker Pro
3 lignes
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!!!"
);