bindContent

inline fun <E> List<E>.bindContent(other: ObservableList<E>)

Generates a bidirectional binding between an ObservableList and a List.


inline fun <K, V> Map<K, V>.bindContent(other: ObservableMap<K, V>)

Generates a bidirectional binding between an ObservableMap and a Map.


inline fun <E> Set<E>.bindContent(other: ObservableSet<E>)

Generates a bidirectional binding between an ObservableSet and a Set.