Interface ListTwoWaySteps.ListTwoWayToStep<F,T>

Type Parameters:
F - type of the from-end observable
T - type of the to-end observable
All Superinterfaces:
ListCommonSteps.ListToStep<F,T>, Step
All Known Subinterfaces:
ListTwoWaySteps.ListTwoWayConvertToStep<F,THIS>
Enclosing class:
ListTwoWaySteps

public static interface ListTwoWaySteps.ListTwoWayToStep<F,T> extends ListCommonSteps.ListToStep<F,T>
Step for setting the to-end observable.
Restriction: