Skip to content

Instantly share code, notes, and snippets.

@renanboni
Created April 13, 2019 19:22
Show Gist options
  • Save renanboni/54447304b307ae717a1aabcda46e0ad5 to your computer and use it in GitHub Desktop.
Save renanboni/54447304b307ae717a1aabcda46e0ad5 to your computer and use it in GitHub Desktop.
interface Mapper<in E, out C> {
fun mapFrom(event: E): C
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment