Question on lazy collections: I've very large list...
# announcements
m
Question on lazy collections: I've very large lists I process one entry at a time, so
Sequence
seems like a good fit. But I also apply a filter that only takes a percentage of the total list size (known in advance, from user configuration). How would I implement this filter (is there anything already covering this?)