Package org.aoju.bus.core.lang.function
Interface Consumer2<P1,P2>
- Type Parameters:
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.
参数Consumer
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
accept
接收参数方法- Parameters:
p1- 参数一p2- 参数二
-