Interface CollectionProvider<T>

All Known Subinterfaces:
CollectionAdapter<T>
All Known Implementing Classes:
PageAssetXO, PageComponentXO

public interface CollectionProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Collection<T>
     
  • Method Details