Class AggregateList<T>

  • All Implemented Interfaces:
    com.totvs.tjf.core.aggregate.repository.AggregateCollectionResult<T>

    public class AggregateList<T>
    extends Object
    implements com.totvs.tjf.core.aggregate.repository.AggregateCollectionResult<T>
    • Method Detail

      • hasNext

        public Boolean hasNext()
        Specified by:
        hasNext in interface com.totvs.tjf.core.aggregate.repository.AggregateCollectionResult<T>
      • getTotal

        public Integer getTotal()
        Specified by:
        getTotal in interface com.totvs.tjf.core.aggregate.repository.AggregateCollectionResult<T>
      • getItems

        public Collection<T> getItems()
        Specified by:
        getItems in interface com.totvs.tjf.core.aggregate.repository.AggregateCollectionResult<T>