transform

abstract fun transform(in: IN): OUT(source)

Transforms the given object, and returns the transformed value.

Return

The transformed object.

Parameters

in

The object to transform.