Class FilteredExhaustiveGenerator<T>
- java.lang.Object
-
- net.jqwik.engine.properties.arbitraries.exhaustive.FilteredExhaustiveGenerator<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,net.jqwik.api.ExhaustiveGenerator<T>
public class FilteredExhaustiveGenerator<T> extends java.lang.Object implements net.jqwik.api.ExhaustiveGenerator<T>
-
-
Constructor Summary
Constructors Constructor Description FilteredExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> toFilter, java.util.function.Predicate<T> filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>iterator()longmaxCount()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-