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
함수디스크럽터가 무엇일까
The text was updated successfully, but these errors were encountered:
함수 디스크립터란, 함수형 인터페이스를 구현했다면 단 1개의 추상메서드를 가지므로 추상메서드의 시그니처가 함수의 시그니처가 된다.
즉, 추상메서드는 람다로 표현할수 있으므로, 이 람다의 시그니처를 가르키는게 함수 디스크립터가 된다고 생각합니다.
Sorry, something went wrong.
람다 시그니처는 람다 디스크립터라고하기도 한다 합니다.
함수형 인터페이스는 하나의 추상메서드를 가진다 = 추상메소드는 람다로 표현이된다. = 람다의 시그니쳐 = 함수 시그니쳐 = 함수 디스크립터
No branches or pull requests
주제
함수디스크럽터가 무엇일까
선정 배경
본론
The text was updated successfully, but these errors were encountered: