ContactsFinder<C extends ContactWeebi> extension
- on
-
- Iterable<
C>
- Iterable<
Properties
-
all
→ Iterable<
C> -
Available on Iterable<
C> , provided by the ContactsFinder extensionno setter -
concatFirstLastName
→ Map<
int, String> -
Available on Iterable<
C> , provided by the ContactsFinder extensionno setter
Methods
-
findContactsIdsWithNameOrTel(
String queryString) → Set< int> -
Available on Iterable<
C> , provided by the ContactsFinder extension -
findContactsWithFirstName(
String queryString) → Set< int> -
Available on Iterable<
C> , provided by the ContactsFinder extension -
findContactsWithFullName(
String queryString) → Set< int> -
Available on Iterable<
C> , provided by the ContactsFinder extension -
findContactsWithLastName(
String queryString) → Set< int> -
Available on Iterable<
C> , provided by the ContactsFinder extension -
findContactsWithTel(
String queryString) → Set< int> -
Available on Iterable<
C> , provided by the ContactsFinder extension -
idsToContacts(
Set< int> ids) → Set<C> -
Available on Iterable<
C> , provided by the ContactsFinder extension