Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for beforeReadNoProducer (0.13 sec)

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

            return value.toString();
        }
    
        protected Value<? extends T> calculateOwnValueNoProducer(ValueConsumer consumer) {
            try (EvaluationContext.ScopeContext context = openScope()) {
                beforeReadNoProducer(context, consumer);
                return doCalculateValue(context, consumer);
            }
        }
    
        @Override
        protected Value<? extends T> calculateOwnValue(ValueConsumer consumer) {
    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