Skip to content

Instantly share code, notes, and snippets.

@ohjongsung
Last active March 27, 2018 05:21
Show Gist options
  • Save ohjongsung/29d23c1d763ebf8e0cad8c5f81b8535a to your computer and use it in GitHub Desktop.
Save ohjongsung/29d23c1d763ebf8e0cad8c5f81b8535a to your computer and use it in GitHub Desktop.
interface Generic<T1, T2> {
T1 doSomething(T2 t);
T2 doSomething2(T1 t);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment