unbindContent

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

Remove a bidirectional binding between an ObservableList and a List.


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

Remove a bidirectional binding between an ObservableMap and a Map.


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

Remove a bidirectional binding between an ObservableSet and a Set.