Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for interceptSafe (0.24 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/ClassBoundCallInterceptor.java

            if (!expectedReceiver.equals(invocation.getReceiver())) {
                return invocation.callOriginal();
            }
            return interceptSafe(invocation, consumer);
        }
    
        /**
         * Same as the {@link AbstractCallInterceptor#intercept(Invocation, String)} but the {@code invocation.getReceiver()} is guaranteed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top