Interface ItemsAndTotalCount<T>

All Known Implementing Classes:
ItemsAndTotalCountDefault

public interface ItemsAndTotalCount<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     
  • Method Details

    • getItems

      List<T> getItems()
    • getTotalCount

      long getTotalCount()