com.leftins.tools.ListCom.ISingleMapping Maven / Gradle / Ivy
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