asDataList
Convenience method to convert any Collection to a DataList
Unsupported values found within the collection or any of the contained objects will throw.
null values will return DataItem.NULL
Convenience method to convert a Collection of String values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of Int values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of Long values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of Double values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of Boolean values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of DataItem values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of DataList values to a DataList
null values will return DataItem.NULL
Convenience method to convert a Collection of DataObject values to a DataList
null values will return DataItem.NULL