Class FixedValueFlatMappedShrinkable<T,U>
- java.lang.Object
-
- net.jqwik.engine.properties.shrinking.FlatMappedShrinkable<T,U>
-
- net.jqwik.engine.properties.shrinking.FixedValueFlatMappedShrinkable<T,U>
-
- All Implemented Interfaces:
java.lang.Comparable<net.jqwik.api.Shrinkable<U>>,net.jqwik.api.Shrinkable<U>
public class FixedValueFlatMappedShrinkable<T,U> extends FlatMappedShrinkable<T,U>
-
-
Constructor Summary
Constructors Constructor Description FixedValueFlatMappedShrinkable(net.jqwik.api.Shrinkable<T> toMap, java.util.function.Function<T,net.jqwik.api.Shrinkable<U>> mapper, java.util.function.Supplier<net.jqwik.api.Shrinkable<U>> shrinkableSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.jqwik.api.Shrinkable<U>shrinkable()-
Methods inherited from class net.jqwik.engine.properties.shrinking.FlatMappedShrinkable
distance, equals, hashCode, shrink, toString, value
-
-
-
-
Method Detail
-
shrinkable
protected net.jqwik.api.Shrinkable<U> shrinkable()
- Overrides:
shrinkablein classFlatMappedShrinkable<T,U>
-
-