Interface Query<ResultT>

Type Parameters:
ResultT -
All Superinterfaces:
Supplier<ResultT>
All Known Implementing Classes:
ElementCallbackQuery, ElementQuery, ElementServiceQuery

public interface Query<ResultT> extends Supplier<ResultT>
Represents a Query type for querying within an ElementRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the result of the Query
    default ResultT
    get()