have the generator return values from a list (unique)
Hi,
I would like to use the generator functionality to create resources and I have a attribute with specific codes. I'm looking for a way to pass a generator that returns values from a list but does not return the same value twice in order for the unique constraint to work correctly.
1 Reply
I found a way to encapsulate it into a 0 arity function that I can pass to StreamData.repeatedly