Interface SetOneWaySteps.SetOneWayFromStep
- All Superinterfaces:
SetCommonSteps.SetFromStep,Step
- All Known Subinterfaces:
CommonSteps.OneWayConfigAndFromStep<SELF>
- Enclosing class:
SetOneWaySteps
Refines the return types of the
SetCommonSteps.SetFromStep methods for use with
one-way bindings.- Restriction:
-
Method Summary
Modifier and TypeMethodDescription<F> SetOneWaySteps.SetOneWayConvertStep<F, ?> from(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:
-