Interface PersonFinder
-
- All Superinterfaces:
java.lang.Cloneable,ExtendedFinderSupport<Person,PersonFinder>,Finder<Person>,java.io.Serializable
- All Known Implementing Classes:
PersonFinderImpl2a,PersonFinderImpl2b
public interface PersonFinder extends ExtendedFinderSupport<Person,PersonFinder>
- Author:
- Fabrizio Giudici
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.util.Finder
Finder.InMemorySortCriterion<U>, Finder.SortCriterion, Finder.SortDirection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersonFinderwithFirstName(java.lang.String regex)PersonFinderwithLastName(java.lang.String regex)-
Methods inherited from interface it.tidalwave.util.spi.ExtendedFinderSupport
from, max, sort, sort, withContext
-
Methods inherited from interface it.tidalwave.util.Finder
count, firstResult, iterator, ofType, optionalFirstResult, optionalResult, result, results, stream
-
-
-
-
Method Detail
-
withFirstName
@Nonnull PersonFinder withFirstName(@Nonnull java.lang.String regex)
-
withLastName
@Nonnull PersonFinder withLastName(@Nonnull java.lang.String regex)
-
-