Stream.of: The `of` method in the Stream API creates a sequential stream from specified values or arrays. This is a convenient way to quickly generate a stream when you already know the data to be processed.
https://en.wikipedia.org/wiki/Java_version_history#JDK_8