Interface ListTwoWaySteps.ListTwoWayConvertFromStep<F,T>
- Type Parameters:
F
- type of the from-end observableT
- type of the to-end observable
- All Superinterfaces:
CommonSteps.ConvertFromStep<F,
,T> Step
- Enclosing class:
- ListTwoWaySteps
public static interface ListTwoWaySteps.ListTwoWayConvertFromStep<F,T>
extends CommonSteps.ConvertFromStep<F,T>
Step for setting the to-from direction 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
Description copied from interface:CommonSteps.ConvertFromStep
Sets the from-to direction converter on the resulting binding. This defines the type of the to-end observable.- Specified by:
convertFrom
in interfaceCommonSteps.ConvertFromStep<F,
T> - Parameters:
converter
- the converter to set- Returns:
- next step
- See Also:
-