Interface CompositeStateRepository.RepositorySelector

    • 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