add To First

fun addToFirst(item: Data?)

Method to add a single item to the start of list data

Parameters

item

item that will be added to start of list


fun addToFirst(items: List<Data>?)

Method to add list of item to start of list data

Parameters

items

list of item to be added to start of list

Sources

Link copied to clipboard
Link copied to clipboard