Interface ListOneWaySteps.ListOneWayConvertStep<F,THIS extends ListOneWaySteps.ListOneWayConvertStep<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>, ListCommonSteps.ListReadConfigStep<F,F,THIS>, ListCommonSteps.ListToStep<F,F>, ListOneWaySteps.ListOneWayToStep<F,F>, Step
Enclosing class:
ListOneWaySteps

public static interface ListOneWaySteps.ListOneWayConvertStep<F,THIS extends ListOneWaySteps.ListOneWayConvertStep<F,THIS>> extends ListOneWaySteps.ListOneWayToStep<F,F>, ListCommonSteps.ListToStep<F,F>, CommonSteps.ConvertToStep<F>, ListCommonSteps.ListReadConfigStep<F,F,THIS>
Step for converting between from- and to-types.
Restriction: