Interface ICompositeElement<T>


public interface ICompositeElement<T>
Composition of merged elements with same ids.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends T>
    Returns original elements list.
  • Method Details

    • getContent

      Collection<? extends T> getContent()
      Returns original elements list.
      Returns:
      orinal elements, not null