Skip to content

Instantly share code, notes, and snippets.

@htrajan
Created June 28, 2018 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save htrajan/1714c895c930b21507a2f8e206c4edbf to your computer and use it in GitHub Desktop.
Save htrajan/1714c895c930b21507a2f8e206c4edbf to your computer and use it in GitHub Desktop.
Map<Account, Double> getSavingsRecommendations(
double savingsToAllocate,
Collection<Account> accounts,
Collection<Goal> goals);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment