Interface ThrowingFunction<T,​R,​E extends java.lang.Throwable>


  • public interface ThrowingFunction<T,​R,​E extends java.lang.Throwable>
    • Method Detail

      • apply

        R apply​(T t)
         throws E extends java.lang.Throwable
        Applies this function, which may throw an exception, to the given argument.
        Parameters:
        t - the function argument
        Returns:
        the function result
        Throws:
        E extends java.lang.Throwable