Stream.findFirst: The `findFirst` method in the Stream API returns an Optional describing the first element of the stream if it exists. This method is useful for retrieving the first element in a sequential stream or finding the first match based on criteria.

https://en.wikipedia.org/wiki/Java_version_history#JDK_8