Re: [COLLECTIONS] CollectionUtils.adapterCollection(CollectionE, TransformerA)?

2013-09-19 Thread Evan Ward
] CollectionUtils.adapterCollection(CollectionE, TransformerA)? Looks like a job for [functor]. Matt On Sep 18, 2013 2:59 PM, Benedikt Ritter benerit...@gmail.com wrote: Hi, At work, I needed to create an adapter for an existing class that has a getter for a collection of objects. Now in my adapter I want to create

[COLLECTIONS] CollectionUtils.adapterCollection(CollectionE, TransformerA)?

2013-09-18 Thread Benedikt Ritter
Hi, At work, I needed to create an adapter for an existing class that has a getter for a collection of objects. Now in my adapter I want to create a getter for a collection of adapted objects. I don't want to create a new list an add adapters for the contained objects to it. I just want to create

Re: [COLLECTIONS] CollectionUtils.adapterCollection(CollectionE, TransformerA)?

2013-09-18 Thread Matt Benson
Looks like a job for [functor]. Matt On Sep 18, 2013 2:59 PM, Benedikt Ritter benerit...@gmail.com wrote: Hi, At work, I needed to create an adapter for an existing class that has a getter for a collection of objects. Now in my adapter I want to create a getter for a collection of adapted

Re: [COLLECTIONS] CollectionUtils.adapterCollection(CollectionE, TransformerA)?

2013-09-18 Thread Bruno P. Kinoshita
Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org Sent: Wednesday, September 18, 2013 5:29 PM Subject: Re: [COLLECTIONS] CollectionUtils.adapterCollection(CollectionE, TransformerA)? Looks like a job for [functor]. Matt On Sep 18, 2013 2:59 PM, Benedikt Ritter benerit