Item 43 발표 정리
람다보다는 메서드 참조를 사용하라
Contents
Intro


Simple

Method Reference Type

Reference to a static method


Reference to an instance method of a particular object

Reference to an instance method of an arbitrary object of a particular type

Reference to a constructor


정리

Last updated