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