Skip to content

Instantly share code, notes, and snippets.

@timmyBeef
Created February 6, 2021 05:06
Show Gist options
  • Save timmyBeef/a9701d551e956c1c10743557aeecd4b8 to your computer and use it in GitHub Desktop.
Save timmyBeef/a9701d551e956c1c10743557aeecd4b8 to your computer and use it in GitHub Desktop.
public Enum Operation {
PLUS ("+", (x, y) -> x + y)
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment