filmov
tv
Java Streams Short-Circuit Aggregate Operations
Показать описание
This video explores various types of short-circuit aggregate operations (such as limit(), takeWhile()/dropWhile(), findAny(), etc.) that are available in the Java streams framework.