Closed lukaseder closed 4 years ago
hi @lukaseder, could you please have a look at: https://github.com/jOOQ/jOOL/pull/270 and tell me if this approach is correct ?
@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...?
I'm closing this feature request for now, as I'm not convinced the functionality is useful.
These should work along the lines of the methods in
java.util.function.Function