-
Notifications
You must be signed in to change notification settings - Fork 9
Change List<Contact> to Contacts? #7
Copy link
Copy link
Open
Description
@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)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels