listOf

open fun <E> listOf(elementType: Class<E>): Bindable<List<E>>

Create a new BindableList of the specified element type.

Return

a Bindable instance

Parameters

<E>

the element type

elementType

the list element type