to take what i wrote above and get a list, all you...
# coroutines
m
to take what i wrote above and get a list, all you need is
.collect(Collectors::toList)
IIRC