unbindContentBidirectional

inline fun <E> ObservableList<E>.unbindContentBidirectional(other: ObservableList<E>)

Remove a bidirectional binding between two instances of ObservableList.


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

Remove a bidirectional binding between two instances of ObservableMap.


inline fun <E> ObservableSet<E>.unbindContentBidirectional(other: ObservableSet<E>)

Remove a bidirectional binding between two instances of ObservableSet.