Class BigIntegerShrinker
- java.lang.Object
-
- net.jqwik.engine.properties.shrinking.BigIntegerShrinker
-
public class BigIntegerShrinker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BigIntegerShrinker(java.math.BigInteger shrinkingTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<java.math.BigInteger>shrink(java.math.BigInteger value)
-