What's the Kotlin equivalent for if I have several...
# getting-started
w
What's the Kotlin equivalent for if I have several methods that return collections that rely on the previous result? For ex. I have a method that returns a list of strings, and a method that takes in this list and returns a list of ints, and another method that takes in the list and returns a list of doubles? But I'd like to write it in a stream-like fashion