Open
Description
openedon Nov 29, 2023
Michael wrote:
I mean I tried to do
Stream.generate(() -> new MyInvocationContext()).limit(/*number*/)
This does not work.
butStream.generate(() -> new MyInvocationContext()).limit(/*number*/).map(e -> e)
works...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment