Interface Findable<T>
-
public interface Findable<T>
- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<Findable>
_Findable_
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Finder<T>
find()
default java.util.List<T>
findAll()
-