Class FilteredGenerator<T>
- java.lang.Object
-
- net.jqwik.engine.properties.arbitraries.randomized.FilteredGenerator<T>
-
- All Implemented Interfaces:
net.jqwik.api.RandomGenerator<T>
public class FilteredGenerator<T> extends java.lang.Object implements net.jqwik.api.RandomGenerator<T>
-
-
Constructor Summary
Constructors Constructor Description FilteredGenerator(net.jqwik.api.RandomGenerator<T> toFilter, java.util.function.Predicate<T> filterPredicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.jqwik.api.Shrinkable<T>next(java.util.Random random)java.lang.StringtoString()
-