@FunctionalInterface public interface ForeachPartitionFunction<T> extends java.io.Serializable
void
call(java.util.Iterator<T> t)
void call(java.util.Iterator<T> t) throws Exception
Exception