Lambdas and Streams
Jan 16, 2021 · 5 min read · In Java8, some of the things that are added: lambdas, functional interface, method references -> create function objects streams -> processing sequence of data elements Item 42: Prefer lambdas to anonymous class function types: interface/abstract ...
Join discussion



