transform

abstract fun transform(contextT: ContextT, data: DataT): DataT(source)

Processes and transforms the provided data within the given context.

Return

The transformed data.

Parameters

contextT

The context in which the operation is performed.

data

The data to be transformed.