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

oms3.Converter Maven / Gradle / Ivy

There is a newer version: 0.10.8
Show newest version
package oms3;

import oms3.Conversions.Params;

/**
 * Converter Interface
 * @param 
 * @param 
 */
public interface Converter {

     T convert(F src, Object arg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy