Refactoring to Java 8

Refactoring to Java 8

IntelliJ IDEA by JetBrains via YouTube Direct link

Refactoring “for” loop to Stream.findFirst

14 of 19

14 of 19

Refactoring “for” loop to Stream.findFirst

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Refactoring to Java 8

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Why Java 8
  2. 2 Safety checks
  3. 3 Refactoring to Lambda expressions
  4. 4 Performance of Lambda expressions
  5. 5 Designing for Lambda expressions
  6. 6 Refactoring “for” loop to Stream.forEach
  7. 7 Readability and performance: Stream.forEach vs “for” loop
  8. 8 Refactoring “for” loop to Stream.collect
  9. 9 Readability and performance: Stream.collect vs “for” loop
  10. 10 Collapsing multiple operations
  11. 11 Readability and performance: multiple operations
  12. 12 Refactoring “for” loop to Stream.anyMatch
  13. 13 Readability and performance: “for” loop vs Stream.anyMatch
  14. 14 Refactoring “for” loop to Stream.findFirst
  15. 15 Readability and performance: “for” loop vs Stream.findFirst
  16. 16 Refactoring to Collection.removeIf
  17. 17 Readability and performance: Collection.removeIf
  18. 18 Summary of findings
  19. 19 Q & A

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.