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

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

package com.moon.core.util.function;

/**
 * @author moonsky
 */
@FunctionalInterface
public interface TableConsumer {

    /**
     * 从三个维度处理结果
     *
     * @param x x 轴
     * @param y y 轴
     * @param z z 值
     */
    void accept(X x, Y y, Z z);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy