package au.id.zancanaro.javacheck; import java.util.Iterator; interface ShrinkStrategy { Iterator shrink(T obj); }