@FunctionalInterface public interface LongSupplier
long
Supplier
不要求每次调用供应商时返回不同的结果。
这是一个functional interface的功能方法是getAsLong() 。
getAsLong()
long getAsLong()