Package it.tidalwave.util.spi
Interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>>
- Type Parameters:
T- the product abstract typeF- theFindertype
- All Superinterfaces:
Cloneable,ExtendedFinderSupport<T,,F> Finder<T>,Serializable
- All Known Implementing Classes:
FinderWithIdMapSupport,FinderWithIdSupport
public interface FinderWithId<T,F extends ExtendedFinderSupport<T,F>>
extends Finder<T>, ExtendedFinderSupport<T,F>
A
Finder 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
Methods inherited from interface it.tidalwave.util.spi.ExtendedFinderSupport
from, max, sort, sort, withContextMethods inherited from interface it.tidalwave.util.Finder
count, firstResult, forEach, from, from, iterator, max, max, ofType, optionalFirstResult, optionalResult, result, results, stream
-
Method Details
-
withId
-