NullableColumnWithTransform
constructor(delegate: IColumnType<Unwrapped & Any>, transformer: ColumnTransformer<Unwrapped, Wrapped>)
Parameters
Wrapped
The type to which the column value of type Unwrapped is transformed
Unwrapped
The type of the column
delegate
The original column's IColumnType
transformer
Instance of ColumnTransformer that makes actual data transformation