Returns a new Stream with all elements of this collection.
Stream<E> asStream() => Stream.fromIterable(this);