Interface CollectionTypeContainerService

All Superinterfaces:
MainContainerService<CollectionTypeFill>
All Known Implementing Classes:
DefaultCollectionTypeContainer

public interface CollectionTypeContainerService extends MainContainerService<CollectionTypeFill>
This interface represents a container service for collection type fill implementations. It extends the `MainContainerService` interface, specifying the type parameter as `CollectionTypeFill`. This interface is responsible for providing access to the container of collection type fill implementations.