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