Interface FailableDoubleToIntFunction<E extends Throwable>

    • Method Detail

      • applyAsInt

        int applyAsInt​(double value)
                throws E extends Throwable
        Applies this function to the given argument.
        Parameters:
        value - the function argument
        Returns:
        the function result
        Throws:
        E - Thrown when the function fails.
        E extends Throwable