fromCollection abstract method

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

Converts the list data retrieved from Functions to a type of List<T>.

Implementation

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