Map.merge
Sometimes is the small things… Like finding a new method that does exactly what you were needing.
Read on →
Implementing takeWhileInclusive
extension function in Kotlin.
Following up of my [previous post][1], I was curious how a parallel map operation would look like using Java’s [parallelStream
][2]. Here’s what I find out.
Ever wonder how to run [map
][1] in parallel using coroutines? This is how you do it.