You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way of iterating over a ListBuilder is build().asList(). It would be great to have a more friendly way to do it, something like a .asIterable() method.
Currently the only way of iterating over a
ListBuilderisbuild().asList(). It would be great to have a more friendly way to do it, something like a.asIterable()method.