Skip to content
New issue

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

함수디스크럽터 #9

Open
sendkite opened this issue Aug 11, 2022 · 2 comments
Open

함수디스크럽터 #9

sendkite opened this issue Aug 11, 2022 · 2 comments
Labels
question Further information is requested

Comments

@sendkite
Copy link
Contributor

주제

함수디스크럽터가 무엇일까

선정 배경

본론

@sendkite sendkite added the question Further information is requested label Aug 11, 2022
@thalals
Copy link
Member

thalals commented Aug 16, 2022

함수 디스크립터란, 함수형 인터페이스를 구현했다면 단 1개의 추상메서드를 가지므로 추상메서드의 시그니처가 함수의 시그니처가 된다.

즉, 추상메서드는 람다로 표현할수 있으므로, 이 람다의 시그니처를 가르키는게 함수 디스크립터가 된다고 생각합니다.

@thalals
Copy link
Member

thalals commented Aug 16, 2022

람다 시그니처는 람다 디스크립터라고하기도 한다 합니다.

함수형 인터페이스는 하나의 추상메서드를 가진다 = 추상메소드는 람다로 표현이된다. = 람다의 시그니쳐 = 함수 시그니쳐 = 함수 디스크립터

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants