Interface Query<ResultT>
- Type Parameters:
ResultT-
- All Superinterfaces:
Supplier<ResultT>
- All Known Implementing Classes:
ElementCallbackQuery,ElementQuery,ElementServiceQuery
Represents a Query type for querying within an
ElementRegistry-
Method Summary
-
Method Details
-
get
-
find
Gets the result of theQuery- Returns:
- the query result
- Throws:
QueryException
-