Review Request: CR#8001634 : Initial set of lambda functional interfaces

Brian Goetz brian.goetz at oracle.com
Thu Nov 1 08:36:46 PDT 2012


Also I am starting to lean towards "Supplier<T>" instead of 
"Factory<T>", since factory connotes "make me a new one" and supplier 
merely connotes "find me one somehow."  (This is consistent with Guava's 
choice.)

On 11/1/2012 7:58 AM, Doug Lea wrote:
>
>> http://cr.openjdk.java.net/~mduigou/8001634/2/webrev/
>>
>
> My main non-technical reaction is that more I see "Mapper",
> the more I hate it. It interacts awfully especially with Maps.
> "Fun" (with lots of precedent in other languages) would
> be fine. Even "Function" would be fine.
>
> -Doug


More information about the lambda-libs-spec-observers mailing list