Lambda

Programming/Java

[Java8] 함수형 인터페이스와 람다 표현식

java 8 버전을 꽤 오래 사용했었는데, 제대로 공부한 적이 없는 것 같아 조금씩 정리해보는 포스팅을 써본다. 함수형 인터페이스 (Functional Interface) https://docs.oracle.com/javase/specs/jls/se8/html/jls-9.html#jls-9.8 Chapter 9. Interfaces If a single field is inherited multiple times from the same interface because, for example, both this interface and one of this interface's direct superinterfaces extend the interface that declares the field, th..

JohnMark
'Lambda' 태그의 글 목록