Interface SetOneWaySteps.SetOneWayConvertStep<F,THIS extends SetOneWaySteps.SetOneWayConvertStep<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>, SetCommonSteps.SetReadConfigStep<F,F,THIS>, SetCommonSteps.SetToStep<F,F>, SetOneWaySteps.SetOneWayToStep<F,F>, Step
Enclosing class:
SetOneWaySteps

public static interface SetOneWaySteps.SetOneWayConvertStep<F,THIS extends SetOneWaySteps.SetOneWayConvertStep<F,THIS>> extends SetOneWaySteps.SetOneWayToStep<F,F>, SetCommonSteps.SetToStep<F,F>, CommonSteps.ConvertToStep<F>, SetCommonSteps.SetReadConfigStep<F,F,THIS>
Step for converting between from- and to-types.
Restriction: