Interface QueryConsumer<T>


  • public interface QueryConsumer<T>
    • Method Detail

      • accept

        void accept​(T data)