Untitled diff

Created Diff never expires
4 eliminaciones
Líneas
Total
Eliminado
Palabras
Total
Eliminado
Para continuar usando esta función, actualice a
Diffchecker logo
Diffchecker Pro
5 líneas
2 adiciones
Líneas
Total
Añadido
Palabras
Total
Añadido
Para continuar usando esta función, actualice a
Diffchecker logo
Diffchecker Pro
3 líneas
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!!!"
);