Interface CommonSteps.ConvertFromStep<F,T>
- Type Parameters:
F
- type of the from-end observableT
- type of the to-end observable
- All Superinterfaces:
Step
- All Known Subinterfaces:
ListTwoWaySteps.ListTwoWayConvertFromStep<F,
,T> SetTwoWaySteps.SetTwoWayConvertFromStep<F,
,T> ValueTwoWaySteps.ValueTwoWayConvertFromStep<F,
T>
- Enclosing class:
- CommonSteps
Step for setting the to-from converter.
- Restriction:
-
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(IConverter<? super T, ? extends F> converter) Sets the from-to direction converter on the resulting binding.
-
Method Details
-
convertFrom
Sets the from-to direction converter on the resulting binding. This defines the type of the to-end observable.- Parameters:
converter
- the converter to set- Returns:
- next step
- See Also:
-