garydgregory commented on PR #1057: URL: https://github.com/apache/commons-lang/pull/1057#issuecomment-1511406709
> If `TriFunction` is the three-arity specialization of `Function` then this interface should support the methods in the JDK and not add more. `java.util.function.BiFunction` does not have a `nop()` method in the latest LTS (JDK 17). > > A no-op makes sense for a consumer with a void return. When returning a result, even specifying `null` is an operation. I agree. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
