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
For those that have attempted this question, can I check if there is any difference between returning a new MyStream<T> vs just calling the static generate method for the map method? Prof's walkthrough returns a new MyStream<T> but is it considered less preferable to call the generate method since both return the same outcome?
The text was updated successfully, but these errors were encountered:
For those that have attempted this question, can I check if there is any difference between returning a
new MyStream<T>
vs just calling the staticgenerate
method for themap
method? Prof's walkthrough returns anew MyStream<T>
but is it considered less preferable to call thegenerate
method since both return the same outcome?The text was updated successfully, but these errors were encountered: