-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
(I remember reading about this on the list, but can't find any related issue)
The ability to wrap a constructor of Clazz with args A, B, ... to a FN<A, B,
..., Clazz> would be great.
Maybe this depends on #55 (wrap multi-arg methods into FN) for functionaljava,
not sure about other frameworks. Is using multi-arg or curried function objects
in other frameworks common/possible at all? If not, then maybe these
FJ-specific enhancements should go into a separate extension package sooner or
later.
Original issue reported on code.google.com by palotai....@gmail.com on 15 Jun 2012 at 12:42