Class PaginatedResponseDto<T>

java.lang.Object
com.github.badpop.jcoinbase.service.dto.PaginatedResponseDto<T>

public class PaginatedResponseDto<T>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    PaginatedResponseDto()  
  • Method Summary

    Modifier and Type Method Description
    <U> PaginatedResponse<U> toPaginatedResponse​(io.vavr.collection.Seq<U> data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PaginatedResponseDto

      public PaginatedResponseDto()
  • Method Details

    • toPaginatedResponse

      public <U> PaginatedResponse<U> toPaginatedResponse​(io.vavr.collection.Seq<U> data)