Yes, but every library I use requires or returns a different one.
> list.stream().map(...).toList()
But why not list.map(...)?
Yes, but every library I use requires or returns a different one.
> list.stream().map(...).toList()
But why not list.map(...)?