Closed
Description
Unless I'm missing something, if I just want a progress bar for something that goes over a range of input, I have to use the imperative syntax which implies two additional levels of nesting. It would be great if there were a simple declarative API that accepts two integers and lets me iterate over the range between them.
I tried using an IntStream
with the existing declarative API which almost works, but doesn't maintain the total size.
Activity