fromCollection abstract method

List<T> fromCollection(
  1. List<Object> list
)

Callback for converting the data retrieved from the API as collection data.

Implementation

List<T> fromCollection(List<Object> list);