Interface Throwables.DoubleFunction<R,​E extends Throwable>

  • Type Parameters:
    R -
    E -
    All Known Subinterfaces:
    DoubleFunction<R>
    Enclosing class:
    Throwables

    public static interface Throwables.DoubleFunction<R,​E extends Throwable>
    The Interface DoubleFunction.
    • Method Detail

      • apply

        R apply​(double value)
         throws E extends Throwable
        Parameters:
        value -
        Returns:
        Throws:
        E - the e
        E extends Throwable