Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getValueOrRethrow (0.48 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/build/ExecutionResult.java

         */
        public abstract RuntimeException getFailureOrNull();
    
        /**
         * Returns the value or rethrows the failures of this result.
         */
        public abstract T getValueOrRethrow();
    
        /**
         * Rethrows the failures in this result, if any, otherwise does nothing.
         */
        public abstract void rethrow();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 03 03:31:42 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top