SW-PRODUCT/개발-Mentor

Java8 Lamda

굴돌 2014. 12. 30. 10:58


Java8의 Lamda는 이미 다른 언어에 있던 것이지만 편리한 자바에서 쓸 수 있게 됐다는게 포인트.


쉽게 설명한 한글 자료.

http://www.slideshare.net/gyumee/java-8-lambda-35352385?from_m_app=ios&utm_content=buffer78d19&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer


여기에 아래 링크의 method reference를 추가하면 좋겠다.

http://java.dzone.com/articles/why-we-need-lambda-expressions


method reference 추가 설명은 여기

http://docs.oracle.com/javase/tutorial/java/javaOO/methodreferences.html


언제들어갔는지 가물가물한데, diamond 표기식도 양념으로 곁들이면 좋겠다.



method reference는 아래 자료의 p11에 좋은 예가 있음.

http://www.slideshare.net/madvirus/8-35205661?next_slideshow=1



아래 글은 람다에 대한 보너스?

http://www.slideshare.net/gyumee/8-37599530?next_slideshow=2

p19에 this 관한 얘기는 짚고 넘어갈 필요 있음. => 이건 2부 수업일 듯.

p27에 default method에 대한 설명 이해하기 쉬움. interface에 method 구현이 들어간..;;