execute

abstract fun execute(input: Input): Output(source)

Executes the action with the provided input and produces an output.

Return

the result of processing the input

Parameters

input

the input value to process