We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the inverse operation for #214
interface Tuple { static Consumer2<T1, T2> consumer2(Consumer<? super Tuple2<T1, T2>> consumer); static <R> Function2<T1, T2, R> function2(Function<? super Tuple2<T1, T2>, ? extends R> function); }
A lot of methods would be generated this way. Perhaps we should wait with the implementation to see if this is really needed.
See also: #214 (comment)
The text was updated successfully, but these errors were encountered:
[jOOQ#217]Add Tuple.function[N]
a953348
No branches or pull requests
This is the inverse operation for #214
A lot of methods would be generated this way. Perhaps we should wait with the implementation to see if this is really needed.
See also: #214 (comment)
The text was updated successfully, but these errors were encountered: