E.g. DoubleBinding would have constructor
DoubleBinding(DoubleSupplier valueSupplier, Observable... deps)
which would be equivalent to overriding computeValue() and call bind on deps.
DoubleBinding(DoubleSupplier valueSupplier, Observable... deps)
which would be equivalent to overriding computeValue() and call bind on deps.