Uses of Interface
Function

Uses of Function in <Unnamed>
 

Classes in <Unnamed> that implement Function
 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 FunctionBase
          An abstract class providing the portion of the Function interface that comes from the Value interface.
 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.