Interface StructuredTaskUtil.TriFunction<T1,T2,T3,R>
- Type Parameters:
T1- the type of the first argumentT2- the type of the second argumentT3- the type of the third argumentR- the type of the result
- Enclosing class:
StructuredTaskUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for combining three values
用于合并三个值的函数式接口
- Since:
- JDK 25, opencode-base-core V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
apply
-