February 2018
Intermediate to advanced
350 pages
7h 35m
English
The Streams API provides numerous ways to get a Stream instance. The following is the list of ways to create Streams that we are covering:
Among the preceding list, we've already seen how the Kotlin extension—asStream and the Stream.iterate function works (it'll work in the same way as the DoubleStream.iterate value, covered in the previous example). We will have a look at the rest.
Read now
Unlock full access