Map.asFunction (original) (raw)

Doug Lea dl at cs.oswego.edu
Fri Jan 4 07:17:10 PST 2013


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-observers mailing list