Interface ListTwoWaySteps.ListTwoWayConvertToStep<F,THIS extends ListTwoWaySteps.ListTwoWayConvertToStep<F,THIS>>

Type Parameters:
F - type of the from-end observable
THIS - self type for this step
All Superinterfaces:
CommonSteps.ConvertToStep<F>, CommonSteps.ReadConfigStep<F,F,THIS>, CommonSteps.WriteConfigStep<F,F,THIS>, ListCommonSteps.ListReadConfigStep<F,F,THIS>, ListCommonSteps.ListToStep<F,F>, ListCommonSteps.ListWriteConfigStep<F,F,THIS>, ListTwoWaySteps.ListTwoWayConfigStep<F,F,THIS>, ListTwoWaySteps.ListTwoWayToStep<F,F>, Step
Enclosing class:
ListTwoWaySteps

public static interface ListTwoWaySteps.ListTwoWayConvertToStep<F,THIS extends ListTwoWaySteps.ListTwoWayConvertToStep<F,THIS>> extends ListTwoWaySteps.ListTwoWayToStep<F,F>, CommonSteps.ConvertToStep<F>, ListTwoWaySteps.ListTwoWayConfigStep<F,F,THIS>
Step for setting the from-to direction converter.
Restriction: