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
Design generator / iterator pattern for Lambda and implement whatever is necessary.
The goal is to provide an object with list-like interface (e.g. map, reduce, filter, etc.) with each method implemented online instead of working on an array.
The text was updated successfully, but these errors were encountered:
Design generator / iterator pattern for Lambda and implement whatever is necessary.
The goal is to provide an object with list-like interface (e.g.
map
,reduce
,filter
, etc.) with each method implemented online instead of working on an array.The text was updated successfully, but these errors were encountered: