Interface FragileFunction<Argument,​Result,​E extends java.lang.Exception>

    • Method Detail

      • value

        Result value​(Argument argument)
              throws E extends java.lang.Exception
        Returns the value of this function at the given argument.
        Throws:
        E extends java.lang.Exception