Interface CommonSteps.ConvertToStep<F>

Type Parameters:
F - type of the from-end observable
All Superinterfaces:
Step
All Known Subinterfaces:
ListOneWaySteps.ListOneWayConvertStep<F,THIS>, ListTwoWaySteps.ListTwoWayConvertToStep<F,THIS>, SetOneWaySteps.SetOneWayConvertStep<F,THIS>, SetTwoWaySteps.SetTwoWayConvertToStep<F,THIS>, ValueOneWaySteps.ValueOneWayConvertStep<F,THIS>, ValueTwoWaySteps.ValueTwoWayConvertToStep<F,THIS>
Enclosing class:
CommonSteps

public static interface CommonSteps.ConvertToStep<F> extends Step
Step for converting between from- and to-types.
Restriction:
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Step
    convertTo(IConverter<? super F,? extends T> converter)
    Sets the from-to direction converter on the resulting binding.
    Makes the resulting binding use default converters between the two observables.