A function type representing an initializer that transforms an input of type T into an output of type U.
T
U
The type of the input parameter.
The type of the output parameter.
The input parameter of type T.
The transformed output of type U.
A function type representing an initializer that transforms an input of type
T
into an output of typeU
.