Open
Description
Most methods on Iterable
are available on Stream
making it easy for users to think about the ladder as the asynchronous version of the former.
Though it seems that e.g. Iterable.whereType
is not available as async version on Stream.whereType
.
/cc @lrhn