package sqlancer; public interface Reducer> { void reduce(G state, Reproducer reproducer, G newGlobalState) throws Exception; }