Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 12, 2020 12:23
Show Gist options
  • Save ch8n/c28bc10eda521c0d6f614dcc9906cff6 to your computer and use it in GitHub Desktop.
Save ch8n/c28bc10eda521c0d6f614dcc9906cff6 to your computer and use it in GitHub Desktop.
entries body maps in kotlin
val map = object : Map<String, Int>{
override val entries: Set<Entry<String, Int>>
get() = //stuff...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment