convert abstract method

T convert(
  1. S input
)

Converts input and returns the result of the conversion.

Implementation

T convert(S input);