Adds a new function to the mappers map with the specified name and function. If a function with the same name already exists, it throws an error.
Optionalfunc: FunctionStaticgetReturns the instance of the Binder class. If the instance does not exist, it creates a new instance and returns it.
The instance of the Binder class.
Calls a series of functions from the mappers map in a sequential manner, passing the result of each function call as the argument to the next function call.
An array of strings representing the names of the functions to be called.
Optionaldata: DOptional. The initial data to be passed as the argument to the first function call.
The final result of calling all the functions in the specified order.
Represents a Binder class.
The Binder class is a singleton class that provides functionality for managing and calling functions. It allows you to append new functions, list the existing functions, get a specific function by name, and call a function by name with arguments.
Alias
Binder