invoke

abstract fun invoke(output: Output): NewOutput(source)

Transforms the given input of type Output into an instance of type NewOutput.

Return

The transformed output of type NewOutput.

Parameters

output

The input to be transformed.