Interface FragileBiFunction<Argument1,​Argument2,​Result,​E extends java.lang.Exception>

    • Method Detail

      • value

        Result value​(Argument1 argument1,
                     Argument2 argument2)
              throws E extends java.lang.Exception
        Returns the value of this function at the given arguments.
        Throws:
        E extends java.lang.Exception