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/b86a0a4e368df2b9b7be7464de775d77 to your computer and use it in GitHub Desktop.
Save CommanderTvis/b86a0a4e368df2b9b7be7464de775d77 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