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

com.zengtengpeng.func.RealDataMap Maven / Gradle / Ivy

package com.zengtengpeng.func;

import java.util.List;
import java.util.Map;

/**
 *  获取集合实时数据
 *
 * @author ztp
 * @return
 * @date 2022/2/16 15:10
 */
@FunctionalInterface
public interface RealDataMap {
    Map get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy