Package it.tidalwave.util.spi
Interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>>
-
- Type Parameters:
T
- the product abstract typeF
- theFinder
type
- 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>
AFinder
that 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 F
withId(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, from, iterator, max, ofType, optionalFirstResult, optionalResult, result, results, stream
-
-