Skip to content

Bill The Conqueror

{Software, Character, Craftsmanship}.map(s => Developing(s))

  • Blog
  • About Me
  • Disclaimer

Tag: Java

Streams and Lambdas in “Effective Java”

Here is a good talk by Joshua Bloch.  Among other things, he touches on best practices for the use of streams and lambdas in Java 8+.  It has the following outline: Prefer lambdas to anonymous classes Prefer method references to lambdas Favor standard functional interfaces Use streams juidiciously Use caution when making streams parallel

Bill Harding Java Leave a comment August 1, 2018August 10, 2018 1 Minute
Website Powered by WordPress.com.
Cancel