Package org.aoju.bus.core.lang.function
Interface Supplier1<T,P1>
- Type Parameters:
T- 目标 类型P1- 参数一 类型
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
参数Supplier
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary