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

com.itxiaoer.commons.core.Transfer Maven / Gradle / Ivy

The newest version!
package com.itxiaoer.commons.core;

/**
 * @author : liuyk
 */
public interface Transfer {
    /**
     * 转换
     *
     * @param t 原类型
     * @return r 目标类型
     */
    R apply(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy