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