Interface Result

    • Field Detail

      • GENERIC_SUCCESS

        static final Result GENERIC_SUCCESS
        Instance of Result which always reports success.
      • GENERIC_FAILURE

        static final Result GENERIC_FAILURE
        Instance of Result which always reports failure.
    • Method Detail

      • wasSuccessful

        boolean wasSuccessful()
        Gets if the operation which produced this result completed successfully.
        Returns:
        if the result indicates a success