Last active
March 27, 2018 05:21
-
-
Save ohjongsung/29d23c1d763ebf8e0cad8c5f81b8535a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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