Skip to content
New issue

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

Add Function[N].compose() and .andThen() methods #226

Closed
lukaseder opened this issue Mar 22, 2016 · 3 comments
Closed

Add Function[N].compose() and .andThen() methods #226

lukaseder opened this issue Mar 22, 2016 · 3 comments

Comments

@lukaseder
Copy link
Member

These should work along the lines of the methods in java.util.function.Function

@patrox
Copy link
Contributor

patrox commented Nov 29, 2016

hi @lukaseder, could you please have a look at: #270 and tell me if this approach is correct ?

@lukaseder
Copy link
Member Author

@patrox: Thanks for your suggestion. Your implementation suggestion is along the lines of what I must've had in mind at the time. However, I currently don't see the point of this anymore. A Function[N] always returns a single value, so it can only ever be composed with Function1... I guess the feature request is not that useful...?

kbb00 added a commit to kbb00/jOOL that referenced this issue May 31, 2020
[jOOQ#226] Add Function[N].compose and Function[N].andThen
@lukaseder
Copy link
Member Author

I'm closing this feature request for now, as I'm not convinced the functionality is useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants