Interface ValueCommonSteps.ValueToStep<F,T>
- Type Parameters:
F- type of the from-end observableT- type of the to-end observable
- All Superinterfaces:
Step
- All Known Subinterfaces:
ValueOneWaySteps.ValueOneWayConvertStep<F,THIS>, ValueOneWaySteps.ValueOneWayToStep<F, T>, ValueTwoWaySteps.ValueTwoWayConvertToStep<F, THIS>, ValueTwoWaySteps.ValueTwoWayToStep<F, T>
- Enclosing class:
ValueCommonSteps
Step for setting the to-end observable.
- Since:
- 1.11
- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionto(IObservableValue<T> to) Sets the from-end observable of the resulting binding.
-
Method Details
-
to
Sets the from-end observable of the resulting binding. All steps after this one will configure that from-end of the binding.- Returns:
- next step
- See Also:
-