Skip to content

Instantly share code, notes, and snippets.

@CommanderTvis
Created July 28, 2020 15:17
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 CommanderTvis/b75ff81f251f25d28471915ee34c119d to your computer and use it in GitHub Desktop.
Save CommanderTvis/b75ff81f251f25d28471915ee34c119d to your computer and use it in GitHub Desktop.
interface Expression<T> {
operator fun invoke(arguments: Map<String, T>): T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment