
com.moon.core.util.function.IntIntConsumer Maven / Gradle / Ivy
package com.moon.core.util.function;
/**
* @author ZhangDongMin
*/
@FunctionalInterface
public interface IntIntConsumer {
/**
* int array handler
* @param value current data
* @param index current getSheet
*/
void accept(int value, int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy