Interface QueryConsumer<T>


public interface QueryConsumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T data)
     
  • Method Details

    • accept

      void accept(T data)