T
- the result typepublic interface Finder<T>
Modifier and Type | Method and Description |
---|---|
Result<T,java.lang.Object> |
find(java.lang.String name)
Finds the object with the specified name in a target.
|
Result<java.util.List<T>,java.lang.Object> |
findAll()
Finds all objects in a target.
|