Package org.aoju.bus.core.lang.function
Interface Supplier2<T,P1,P2>
- Type Parameters:
T- 目标 类型P1- 参数一 类型P2- 参数二 类型
- 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