Uses of Class
FunctionBase

Uses of FunctionBase in <Unnamed>
 

Subclasses of FunctionBase in <Unnamed>
 class Closure
          A Closure is a function defined by code being interpreted (either a function definition or a lambda expression), rather than being one of the built-in functions such as +.
 class IntComparison
          An abstract base class for integer comparison functions such as <.
 class IntOperation
          An abstract base class for integer arithmetic functions such as +.
 class PrimitiveFunction
          A function the name of which is known by the InitialEnvironment.