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

com.github.andyshao.lang.BiConvert Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.lang;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Jul 19, 2019
* Encoding: UNIX UTF-8 * * @author Andy.Shao * * @param input type one * @param input type two * @param output type */ public interface BiConvert { /** * binary covert * @param in one * @param in2 two * @return output object */ OUT convert(IN in, IN2 in2); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy