filterKeys / filterValues

Michael Nascimento misterm at gmail.com
Thu Apr 18 12:19:52 PDT 2013


Is MapStream theoretically possible in Java SE 9?

Regards,
Michael

On Thu, Apr 18, 2013 at 4:14 PM, Brian Goetz <brian.goetz at oracle.com> wrote:
> Follow this one through.  What would it return?  If we had that, what else
> would we be committing to have?
>
> I think the end of that road is MapStream, which we spent a lot of time
> exploring and eventually retreated from.
>
>
> On 4/18/2013 2:42 PM, Michael Nascimento wrote:
>>
>> Hi guys,
>>
>> Have methods such as filterKeys(Predicate<? super K>) /
>> filterValues(Predicate<? super V>) been considered for Maps?
>>
>> Regards,
>> Michael
>>
>


More information about the lambda-dev mailing list