bind

fun <T : Comparable<T>> RangeRole.bind(    model: ConfinedValueModel<T>,     interpolator: Interpolator<T>,     labeler: (T) -> String? = null): Binding(source)

Creates a binding between the role and model, keeping the role synchronized with the given model