T
@FunctionalInterface public interface Supplier<T>
没有要求每次调用供应商时都会返回新的或不同的结果。
这是一个functional interface的功能方法是get() 。
get()
T get()