Consumer Follow Up Streams
In my previous post I talked about replacing
return List
s888marks pointed us to a solution that would solve the side effect and resource scoping issue used in the new StackWalker API.
In that follow up post I’ll go through the code necessary to implement a classic list return, the function Stream and the Consumer.