convert abstract method

  1. @protected
T convert(
  1. double animatorPercent
)

该方法由子类复写且只能在getValue内部调用

Implementation

@protected
T convert(double animatorPercent);