Map.asFunction (original) (raw)
Brian Goetz brian.goetz at oracle.com
Fri Jan 4 07:29:29 PST 2013
- Previous message: Map.asFunction
- Next message: Map.asFunction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Map.asFunction
- Next message: Map.asFunction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-observers mailing list