Interface ElementWrapper<T>

  • Type Parameters:
    T - the type of wrapped elements
    All Known Implementing Classes:
    DefaultElementWrapper


    public interface ElementWrapper<T>
    • Method Summary

      Modifier and Type Method and Description
      T getElement()
       
    • Method Detail

      • getElement

        T getElement()