Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doCalculateValue (0.23 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/AbstractProperty.java

                beforeReadNoProducer(context, consumer);
                return doCalculateValue(context, consumer);
            }
        }
    
        @Override
        protected Value<? extends T> calculateOwnValue(ValueConsumer consumer) {
            try (EvaluationContext.ScopeContext context = openScope()) {
                beforeRead(context, consumer);
                return doCalculateValue(context, consumer);
            }
        }
    
        @Nonnull
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:54 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top