public static <T> void unbindBidirectional (Property<T> property1, Property<T> property2)

Delete a bidirectional binding that was previously defined with bindBidirectional(Property, Property).

Parameters:
<T>     the types of the properties
property1     the first Property<T>
property2     the second Property<T>

Exceptions:
NullPointerException     if one of the properties is null
IllegalArgumentException     if both properties are equal