Interface Consumer<T>


  • public interface Consumer<T>
    • Method Detail

      • consume

        void consume​(T t)