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

top.wboost.common.base.interfaces.Decoder Maven / Gradle / Ivy

package top.wboost.common.base.interfaces;

/**
 * 解码器
 * @className Decoder
 * @author jwSun
 * @date 2018年6月19日 下午2:15:20
 * @version 1.0.0
 * @param  解码值
 * @param  解码结果
 */
public interface Decoder {

    public V decode(K val);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy