Class CollectGenerator<T>
java.lang.Object
net.jqwik.engine.properties.arbitraries.randomized.CollectGenerator<T>
- All Implemented Interfaces:
net.jqwik.api.RandomGenerator<List<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.RandomGenerator
net.jqwik.api.RandomGenerator.RandomGeneratorFacade -
Constructor Summary
ConstructorsConstructorDescriptionCollectGenerator(net.jqwik.api.RandomGenerator<T> elementGenerator, Predicate<List<T>> until) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.jqwik.api.RandomGenerator
collect, dontShrink, filter, flatMap, flatMap, ignoreException, injectDuplicates, map, mapShrinkable, stream, withEdgeCases
-
Constructor Details
-
CollectGenerator
-
-
Method Details
-
next
- Specified by:
nextin interfacenet.jqwik.api.RandomGenerator<T>
-