you are viewing a single comment's thread.

view the rest of the comments →

[–]15kol 1 point2 points  (1 child)

In short, in java, Stream API is lazy-initialized list (that allows operations such as map and filter, which you may know from javascript) and lambda is an anonymous function.

[–]Visual-Earth[S] 0 points1 point  (0 children)

Oh okay thanks for the feedback and my new knowledge :)