Package org.aoju.bus.core.lang.function
Interface XSupplier<T>
- Type Parameters:
T- 结果类型
- All Superinterfaces:
Serializable,Supplier<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
结果提供者
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
last
last- Type Parameters:
T- 结果类型- Parameters:
args- 参数信息- Returns:
- the object
-
getting
-
get
-