Interface Consumer<T>


  • public interface Consumer<T>
    • Method Detail

      • accept

        void accept​(T t)