setOf

open fun <E> setOf(elementType: Class<E>): Bindable<Set<E>>

Create a new BindableSet of the specified element type.

Return

a Bindable instance

Parameters

<E>

the element type

elementType

the set element type