Transformation

fun interface Transformation<I, O>

Transformation function signature

Functions

Link copied to clipboard
abstract fun transform(context: TransformationActionContext<I, O>): O?