Interface ThrowableFunction<T,​R>


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

      • apply

        R apply​(T t)
         throws java.lang.Throwable
        Throws:
        java.lang.Throwable