Package it.tidalwave.util.spi
Interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>>
-
- Type Parameters:
T- the product abstract typeF- theFindertype
- All Superinterfaces:
java.lang.Cloneable,ExtendedFinderSupport<T,F>,Finder<T>,java.io.Serializable
- All Known Implementing Classes:
FinderWithIdMapSupport,FinderWithIdSupport
public interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>> extends Finder<T>, ExtendedFinderSupport<T,F>
AFinderthat provides filtering by id.- Since:
- 3.2-ALPHA-15
- 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 FwithId(Id id)-
Methods inherited from interface it.tidalwave.util.spi.ExtendedFinderSupport
from, max, sort, sort, withContext
-
Methods inherited from interface it.tidalwave.util.Finder
count, firstResult, forEach, from, from, iterator, max, max, ofType, optionalFirstResult, optionalResult, result, results, stream
-
-