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

com.github.xphsc.bean.comparator.Transformer Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.xphsc.bean.comparator;

/**
 * Created by ${huipei.x} on 2017-8-7.
 */
public interface Transformer {
    O transform(I var1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy