接口 Supplier<T>


public interface Supplier<T>
  • 方法概要

    修饰符和类型
    方法
    说明
    get()
    Gets a result.
  • 方法详细资料

    • get

      T get()
      Gets a result.
      返回:
      a result