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

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

The newest version!
package com.zengtengpeng.func;

/**
 *  获取对象实时数据
 *
 * @author ztp
 * @return
 * @date 2022/2/16 15:10
 */
@FunctionalInterface
public interface RealData {
    T get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy