This video outlines the design & implementation of the ImageStreamGang case study to showcase the benefits of combining object-oriented & functional programming in modern Java. It also summarizes the relationship between object-oriented & functional programming, whereby
object-oriented programming features make code understandable by encapsulating the moving parts, whereas its functional programming features make code understandable by largely eliminating the moving parts
All the code shown in this video is available in open-source form from github.com/douglascraigschmidt/ModernJava/tree/main/CS/ImageStreamGang.