Stream API in Java
In Java 8, every class which implements the java.util.Collection interface has a stream method which allows you to convert its instances intoStream objects.
Technically: typed interface
Extends: BaseStream
Also has: IntStream, LongStream, DoubleStre...
shreya-agarwal.hashnode.dev3 min read