Interface SymbolicFunctionType

All Superinterfaces:
SymbolicObject, SymbolicType

public interface SymbolicFunctionType extends SymbolicType
A function type is specified by the number and types of inputs, and a single output type. It represents an abstract (mathematical) function from the Cartesian product of the input sets to the output set.