Transformed

constructor(source: TransactionValue<IN>, transform: (IN) -> OUT)

Parameters

IN

The input type of the transformation.

OUT

The output type of the transformation.