Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withChangingContent (0.49 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/ProviderTestUtil.java

                ExecutionTimeValue<? extends T> value = super.calculateExecutionTimeValue();
                if (producer != null) {
                    return value.withChangingContent();
                } else {
                    return value;
                }
            }
    
            @Override
            public boolean calculatePresence(ValueConsumer consumer) {
                return values.hasNext();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 05:02:13 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top