Interface QueryRunnerFactoryConglomerate

All Known Implementing Classes:
DefaultQueryRunnerFactoryConglomerate

public interface QueryRunnerFactoryConglomerate
  • Method Details

    • findFactory

      <T, QueryType extends Query<T>> QueryRunnerFactory<T,QueryType> findFactory(QueryType query)
    • getToolChest

      <T, QueryType extends Query<T>> QueryToolChest<T,QueryType> getToolChest(QueryType query)
    • getQueryLogic

      <T, QueryType extends Query<T>> QueryLogic getQueryLogic(QueryType query)