Method references are a shorthand way to write lambda expressions that call a single method. Rather than implementing a method in a functional interface, a method reference simply points to an ...
「Javaで使えるクラス・インタフェース・メソッドの公式な辞書」 です。 Java APIリファレンス Oracle の公式ページなので、Javaで何ができるか、どんな書き方をするか、引数や戻り値は何かを確認するときに使います。 たとえば、Javaを書いているときに String ...