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

com.leftins.tools.ListCom.ISingleMapping Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package com.leftins.tools.ListCom;

/**
 * @author zhaojiwei
 * IYGCollectionMapping
 * 2015年4月16日
 */
public interface ISingleMapping {
    E func(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy