transform abstract method

U transform(
  1. T input,
  2. String locale
)

Transforms input into an instance of U using the provided locale.

Implementation

U transform(T input, String locale);