Function type naming conventions (original) (raw)
Doug Lea dl at cs.oswego.edu
Thu Jan 3 12:23:34 PST 2013
- Previous message: Function type naming conventions
- Next message: Function type naming conventions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 01/03/13 14:18, Brian Goetz wrote:
Why not be plainer about it and use FromIntFunction. People will catch on that the other one, IntFunction means ToIntFunction.
OK, forget I said the second part about generalizing this. I still think "FromIntFunction" is less cringe-y than hiding the "T" in the middle of "IntTFunction" :-)
-Doug
- Previous message: Function type naming conventions
- Next message: Function type naming conventions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-observers mailing list