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

cn.org.atool.fluent.mybatis.functions.MapFunction Maven / Gradle / Ivy

package cn.org.atool.fluent.mybatis.functions;

import java.util.Map;
import java.util.function.Function;

/**
 * Map对象映射Function
 *
 * @param 
 * @author wudarui
 */
@SuppressWarnings("rawtypes")
@FunctionalInterface
public interface MapFunction extends Function {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy