Skip to content

Instantly share code, notes, and snippets.

@dimitris-papadimitriou-chr
Last active September 8, 2020 10:26
Show Gist options
  • Save dimitris-papadimitriou-chr/ae9e48dbcda048d5b848fce84b62759a to your computer and use it in GitHub Desktop.
Save dimitris-papadimitriou-chr/ae9e48dbcda048d5b848fce84b62759a to your computer and use it in GitHub Desktop.
@FunctionalInterface
public interface DiscountStrategy {
double getDiscounted(double discount, double price);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment