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