public class MappedExhaustiveGenerator<T,U>
extends java.lang.Object
implements net.jqwik.api.ExhaustiveGenerator<U>
| Constructor and Description |
|---|
MappedExhaustiveGenerator(net.jqwik.api.ExhaustiveGenerator<T> toMap,
java.util.function.Function<T,U> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnique() |
java.util.Iterator<U> |
iterator() |
long |
maxCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait