We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
질문 : https://atoz-develop.tistory.com/entry/JAVA-%EC%A0%9C%EB%84%A4%EB%A6%ADGenerics-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%99%80-%EB%A9%94%EC%86%8C%EB%93%9C
java에도 비슷하게 가능 확인요망
class BoxMaterial implements Hard { } class Paper extends BoxMaterial { } class Plastic extends BoxMaterial { } interface Hard { } public class AAA<M extends BoxMaterial & Hard>
The text was updated successfully, but these errors were encountered:
Gobukgol
No branches or pull requests
질문 : https://atoz-develop.tistory.com/entry/JAVA-%EC%A0%9C%EB%84%A4%EB%A6%ADGenerics-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%99%80-%EB%A9%94%EC%86%8C%EB%93%9C
java에도 비슷하게 가능 확인요망
The text was updated successfully, but these errors were encountered: