Uses of Interface
it.tidalwave.util.spi.ExtendedFinderSupport
-
Packages that use ExtendedFinderSupport Package Description it.tidalwave.util.spi -
-
Uses of ExtendedFinderSupport in it.tidalwave.util.spi
Classes in it.tidalwave.util.spi with type parameters of type ExtendedFinderSupport Modifier and Type Interface Description interface
FinderWithId<T,F extends ExtendedFinderSupport<T,F>>
AFinder
that provides filtering by id.class
FinderWithIdMapSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>
An implementation ofFinderWithIdSupport
based on aMap
.class
FinderWithIdSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>
A support class for implementing aFinder
that provides filtering by id.Subinterfaces of ExtendedFinderSupport in it.tidalwave.util.spi Modifier and Type Interface Description interface
FinderWithId<T,F extends ExtendedFinderSupport<T,F>>
AFinder
that provides filtering by id.Classes in it.tidalwave.util.spi that implement ExtendedFinderSupport Modifier and Type Class Description class
FinderWithIdMapSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>
An implementation ofFinderWithIdSupport
based on aMap
.class
FinderWithIdSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>
A support class for implementing aFinder
that provides filtering by id.
-