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