Interface ValueOneWaySteps.ValueOneWayToStep<F,T>
- Type Parameters:
F- type of the from-end observableT- type of the to-end observable
- All Superinterfaces:
Step,ValueCommonSteps.ValueToStep<F,T>
- All Known Subinterfaces:
ValueOneWaySteps.ValueOneWayConvertStep<F,THIS>
- Enclosing class:
ValueOneWaySteps
public static interface ValueOneWaySteps.ValueOneWayToStep<F,T>
extends ValueCommonSteps.ValueToStep<F,T>
Step for setting the to-end observable.
- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionto(IObservableValue<T> to) Sets the from-end observable of the resulting binding.
-
Method Details
-
to
Description copied from interface:ValueCommonSteps.ValueToStepSets the from-end observable of the resulting binding. All steps after this one will configure that from-end of the binding.- Specified by:
toin interfaceValueCommonSteps.ValueToStep<F,T> - Returns:
- next step
- See Also:
-