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