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
I mean I tried to do Stream.generate(() -> new MyInvocationContext()).limit(/*number*/)
This does not work.
but Stream.generate(() -> new MyInvocationContext()).limit(/*number*/).map(e -> e) works...