# Constants
CombinedType is the type of the CombinedExecute; designed to link together multiple executers and to provide a simplified single entry point.
# Structs
CombinedExecute is an executer that contains subexecuters that it will forward method requests to; designed to link together multiple executers and to provide a simplified single entry point.
# Interfaces
Executer interface provides methods for executing user logic with a value passed through to it.