Interface IOFunction<T,​R>


  • public interface IOFunction<T,​R>
    • Method Detail

      • apply

        R apply​(T t)
         throws java.io.IOException
        Throws:
        java.io.IOException