The recently released guava has some great goodies for java 8 programming.
E.g.:
collectors for Immutable*
streams utils
guava's Function integration with java's Function
MoreFiles class to interact with java.nio package
And more...
Maybe we need some more examples and slides.
I'd prefer a separate module, but we can collapse the slides (with clear separation for pre guava 21 goodies), and just separate sample code for java<8 and for java >= 8...
The recently released guava has some great goodies for java 8 programming.
E.g.:
Immutable*
Function
integration with java'sFunction
MoreFiles
class to interact withjava.nio
packageAnd more...
Maybe we need some more examples and slides.
I'd prefer a separate module, but we can collapse the slides (with clear separation for pre guava 21 goodies), and just separate sample code for java<8 and for java >= 8...