BindingTransformFunc

typealias BindingTransformFunc = (binding: Binding, fromValue: Value, toValue: Value) -> Boolean

A function to be called to transform @from_value to @to_value.

If this is the @transform_to function of a binding, then @from_value is the @source_property on the @source object, and @to_value is the