public static class ValueTransformer.DefaultImpls
@Nullable
public static java.lang.Float stringToFloat(one.xcorp.widget.swipepicker.SwipePicker.ValueTransformer $this,
@NotNull
SwipePicker view,
@NotNull
java.lang.String value)
Transform value from string to float.
view - Manual entered value.value - Manual entered value.@Nullable
public static java.lang.String floatToString(one.xcorp.widget.swipepicker.SwipePicker.ValueTransformer $this,
@NotNull
SwipePicker view,
float value)
Transform value from float to string.
view - Internal value.value - Internal value.