Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateOwnPresentValue (0.58 sec)

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

        public void appendAll(Provider<? extends Iterable<? extends T>> provider) {
            withActualValue(it -> it.addAll(provider));
        }
    
        @Override
        public int size() {
            return calculateOwnPresentValue().getWithoutSideEffect().size();
        }
    
        /**
         * Adds the given supplier as the new root supplier for this collection.
         *
         * @param collector the collector to add
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 29.8K bytes
    - Viewed (0)
Back to top