All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.moon.core.util.function.LongIntConsumer Maven / Gradle / Ivy

package com.moon.core.util.function;

/**
 * @author ZhangDongMin
 */
@FunctionalInterface
public interface LongIntConsumer {
    /**
     * long array handler
     * @param value current data
     * @param index current getSheet
     */
    void accept(long value, int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy