Interface IOConsumer<T>


  • public interface IOConsumer<T>
    • Method Detail

      • accept

        void accept​(T t)
             throws java.io.IOException
        Throws:
        java.io.IOException