| Package | Description |
|---|---|
| org.gradle.api.internal | |
| org.gradle.api.internal.collections | |
| org.gradle.api.internal.plugins | |
| org.gradle.api.internal.tasks |
| Modifier and Type | Method and Description |
|---|---|
protected <S extends T> |
DefaultDomainObjectCollection.createFilter(Class<? extends S> type,
Spec<? super S> spec) |
protected <S extends T> |
DefaultDomainObjectCollection.createFilter(Class<S> type) |
protected CollectionFilter<T> |
DefaultDomainObjectCollection.createFilter(Spec<? super T> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected <S extends T> |
DefaultNamedDomainObjectSet.filtered(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultNamedDomainObjectCollection.filtered(CollectionFilter<S> filter)
Creates a filtered version of this collection.
|
protected <S extends T> |
DefaultDomainObjectSet.filtered(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultDomainObjectCollection.filtered(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultDomainObjectCollection.filteredEvents(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultNamedDomainObjectSet.filteredStore(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultNamedDomainObjectList.filteredStore(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultDomainObjectSet.filteredStore(CollectionFilter<S> filter) |
protected <S extends T> |
DefaultDomainObjectCollection.filteredStore(CollectionFilter<S> filter) |
| Constructor and Description |
|---|
DefaultDomainObjectCollection(DefaultDomainObjectCollection<? super T> collection,
CollectionFilter<T> filter) |
DefaultDomainObjectSet(DefaultDomainObjectSet<? super T> store,
CollectionFilter<T> filter) |
DefaultNamedDomainObjectCollection(DefaultNamedDomainObjectCollection<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectList(DefaultNamedDomainObjectList<? super T> objects,
CollectionFilter<T> filter,
Instantiator instantiator,
Namer<? super T> namer) |
DefaultNamedDomainObjectSet(DefaultNamedDomainObjectSet<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
Namer<? super T> namer) |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionFilter<S> |
FilteredCollection.filter |
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
CollectionEventRegister.filtered(CollectionFilter<S> filter) |
| Constructor and Description |
|---|
FilteredCollection.FilteringIterator(Iterator<T> iterator,
CollectionFilter<S> filter) |
FilteredCollection(Collection<T> collection,
CollectionFilter<S> filter) |
FilteredList(Collection<T> collection,
CollectionFilter<S> filter) |
FilteredSet(Set<T> collection,
CollectionFilter<S> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected <S extends T> |
DefaultPluginCollection.filtered(CollectionFilter<S> filter) |
| Constructor and Description |
|---|
DefaultPluginCollection(DefaultPluginCollection<? super T> collection,
CollectionFilter<T> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected <S extends T> |
DefaultTaskCollection.filtered(CollectionFilter<S> filter) |
| Constructor and Description |
|---|
DefaultTaskCollection(DefaultTaskCollection<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
ProjectInternal project) |
Copyright © 2013. All rights reserved