-
- 参数类型
-
T
- 该供应商提供的结果类型
- All Known Subinterfaces:
-
ServiceLoader.Provider<S>
- 所有已知实现类:
-
GuardingDynamicLinkerExporter
- Functional Interface:
- 这是一个功能界面,因此可以用作lambda表达式或方法引用的赋值对象。
@FunctionalInterface public interface Supplier<T>
- 从以下版本开始:
- 1.8
-
-
方法详细信息
-
get
T get()
获得结果。- 结果
- 结果
-
-