Interface SetTwoWaySteps.SetTwoWayFromStep
- All Superinterfaces:
SetCommonSteps.SetFromStep,Step
- All Known Subinterfaces:
CommonSteps.TwoWayConfigAndFromStep<SELF>
- Enclosing class:
SetTwoWaySteps
Refines the return types of the
SetCommonSteps.SetFromStep methods for use with
two-way bindings.- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionfrom(IObservableSet<F> from) Sets the from-end observable of the resulting binding.
-
Method Details
-
from
Description copied from interface:SetCommonSteps.SetFromStepSets the from-end observable of the resulting binding. All steps after this one but before a call totowill configure the from-end of the binding.- Specified by:
fromin interfaceSetCommonSteps.SetFromStep- Returns:
- next step
- See Also:
-