Interface CommonSteps.ConvertFromStep<F,T>

Type Parameters:
F - type of the from-end observable
T - type of the to-end observable
All Superinterfaces:
Step
All Known Subinterfaces:
ListTwoWaySteps.ListTwoWayConvertFromStep<F,T>, SetTwoWaySteps.SetTwoWayConvertFromStep<F,T>, ValueTwoWaySteps.ValueTwoWayConvertFromStep<F,T>
Enclosing class:
CommonSteps

public static interface CommonSteps.ConvertFromStep<F,T> extends Step
Step for setting the to-from converter.
Restriction:
  • Method Summary

    Modifier and Type
    Method
    Description
    convertFrom(IConverter<? super T,? extends F> converter)
    Sets the from-to direction converter on the resulting binding.