Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultNamedDomainObjectCollection (0.33 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/DefaultNamedDomainObjectCollection.java

        public DefaultNamedDomainObjectCollection(DefaultNamedDomainObjectCollection<? super T> collection, CollectionFilter<T> elementFilter, Instantiator instantiator, Namer<? super T> namer) {
            this(collection, Specs.satisfyAll(), elementFilter, instantiator, namer);
        }
    
        protected DefaultNamedDomainObjectCollection(
            DefaultNamedDomainObjectCollection<? super T> collection,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 16:54:51 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top