Class QueryRequest<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected APIContext ctx  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accepts​(T obj)  
      void filter​(java.util.function.Predicate<T> filter)  
      abstract java.util.List<T> request()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryRequest

        public QueryRequest​(APIContext ctx)
    • Method Detail

      • request

        public abstract java.util.List<T> request()
      • filter

        public void filter​(java.util.function.Predicate<T> filter)
      • accepts

        public boolean accepts​(T obj)