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