Interface CompositeStateRepository.RepositorySelector
-
- All Known Implementing Classes:
CompositeStateRepository.IterationOrder,CompositeStateRepository.SetterSelection
- Enclosing class:
- CompositeStateRepository
public static interface CompositeStateRepository.RepositorySelectorProvides a means to select from a collection of state repositories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<StateRepository>getSelected(List<StateRepository> from)Returns a subset of state repositories from the specified collection.
-
-
-
Method Detail
-
getSelected
List<StateRepository> getSelected(List<StateRepository> from)
Returns a subset of state repositories from the specified collection. The order in the returned collection may be different than the initial order.- Parameters:
from- the collection to select from- Returns:
- the selected state repositories
-
-