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

kr.jm.metric.custom.CustomFunctionInterface Maven / Gradle / Ivy

There is a newer version: 0.2.7.3
Show newest version
package kr.jm.metric.custom;

import kr.jm.metric.data.Transfer;

import java.util.Map;
import java.util.function.Function;

public interface CustomFunctionInterface extends
        Function>, Map> {
    String N_A = "N/A";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy