Map.asFunction

Brian Goetz brian.goetz at oracle.com
Fri Jan 4 07:29:29 PST 2013


We didn't decide not to.  (Similarly Set.asPredicate())  No objection 
(the body can be this::get).  No objection.

On 1/4/2013 10:17 AM, Doug Lea wrote:
>
> There is no Map interface method:
>
>    default Function<K,V> asFunction() { return { k -> get(k) }; }
>
> Did we decide not to do this or just forget to do it?
>
> -Doug


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