
vip.breakpoint.function.EasySupplier Maven / Gradle / Ivy
package vip.breakpoint.function;
import java.util.function.Supplier;
/**
* Supplier's extends
*
* @author : breakpoint
* create on 2022/10/21
* 欢迎关注公众号 《代码废柴》
*/
@FunctionalInterface
public interface EasySupplier extends Supplier {
/**
* get value
*
* @return 返回特定的值
*/
T get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy