package au.id.zancanaro.javacheck; import java.util.stream.Stream; @FunctionalInterface interface ShrinkStrategy { Stream shrink(T obj); }