SimpleAction
Represents a functional interface designed for performing a simple action that takes an input of type Input and produces an output of type Output.
This interface is specifically optimized for interoperability with Java.
Parameters
Input
The type of the input parameter for the action.
Output
The type of the output produced by the action.