Package org.aoju.bus.core.lang.function
Interface XMultiple<L,M,R>
- Type Parameters:
L- 左元素类型M- 中间元素类型R- 右元素类型
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
表示接受三个参数且不返回结果的操作 与大多数其他功能接口不同,消费者预计将通过副作用进行操作
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
accepting
-
accept
-
andThen
-