Skip to content

Instantly share code, notes, and snippets.

@libdx
Last active March 28, 2018 20:26
Show Gist options
  • Save libdx/73b2333916088a240a8577fd2c56c1b8 to your computer and use it in GitHub Desktop.
Save libdx/73b2333916088a240a8577fd2c56c1b8 to your computer and use it in GitHub Desktop.
interface Transformer<A, B> {
B.Element transform(A.Element a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment