Stream.takeWhile: The `takeWhile` method in the Stream API returns a stream consisting of elements taken from the original stream as long as they match the provided predicate. It is useful for processing only the initial elements that meet a certain condition.

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