FunctionTransformation<T, U> constructor

const FunctionTransformation<T, U>(
  1. TransformationFunction<T, U> lambda
)

Implementation

const FunctionTransformation(this.lambda);