Class FlatMappedShrinkable<T,U>
java.lang.Object
net.jqwik.engine.properties.shrinking.FlatMappedShrinkable<T,U>
- All Implemented Interfaces:
Comparable<net.jqwik.api.Shrinkable<U>>,net.jqwik.api.Shrinkable<U>
- Direct Known Subclasses:
FixedValueFlatMappedShrinkable
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.Shrinkable
net.jqwik.api.Shrinkable.ShrinkableFacade -
Constructor Summary
ConstructorsModifierConstructorDescriptionFlatMappedShrinkable(net.jqwik.api.Shrinkable<T> toMap, Function<T, net.jqwik.api.Arbitrary<U>> toArbitraryMapper, int genSize, long randomSeed, boolean withEmbeddedEdgeCases) FlatMappedShrinkable(net.jqwik.api.Shrinkable<T> toMap, Function<T, net.jqwik.api.RandomGenerator<U>> toGeneratorMapper, long randomSeed) protectedFlatMappedShrinkable(net.jqwik.api.Shrinkable<T> toMap, Function<T, net.jqwik.api.Shrinkable<U>> mapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.jqwik.api.Shrinkable
asGeneric, compareTo, filter, flatMap, grow, grow, makeUnshrinkable, map
-
Constructor Details
-
FlatMappedShrinkable
-
FlatMappedShrinkable
-
FlatMappedShrinkable
-
-
Method Details
-
shrink
- Specified by:
shrinkin interfacenet.jqwik.api.Shrinkable<T>
-
value
- Specified by:
valuein interfacenet.jqwik.api.Shrinkable<T>
-
shrinkable
-
distance
public net.jqwik.api.ShrinkingDistance distance()- Specified by:
distancein interfacenet.jqwik.api.Shrinkable<T>
-
equals
-
hashCode
public int hashCode() -
toString
-