com.github.andyshao.lang.BiConvert Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
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