@amihaiemil I've read your post An Extension To TellDontAsk and I liked very much. Congratulations! So, based on it, I'm thinking change the SqlContacts code here to return a Contacts instead of a List<Contacts>. To achieve this, I must implement a FilteredContacts, as you've suggested on post. So, my doubt is: how do you think should be the constructor signature? FilteredContacts(final List<Contacts> found, final String name)?
@amihaiemil I've read your post An Extension To TellDontAsk and I liked very much. Congratulations! So, based on it, I'm thinking change the
SqlContactscode here to return aContactsinstead of aList<Contacts>. To achieve this, I must implement aFilteredContacts, as you've suggested on post. So, my doubt is: how do you think should be the constructor signature?FilteredContacts(final List<Contacts> found, final String name)?