Interface QueryToolChestWarehouse

All Known Implementing Classes:
MapQueryToolChestWarehouse

public interface QueryToolChestWarehouse
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, QueryType extends Query<T>>
    QueryToolChest<T,QueryType>
    getToolChest(QueryType query)
     
  • Method Details

    • getToolChest

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