toCollection abstract method

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

Converts the current list data to a List<Object> for storage in Functions.

Implementation

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