Class FunctionBase

java.lang.Object
  extended by ValueBase
      extended by FunctionBase
All Implemented Interfaces:
Function, Value
Direct Known Subclasses:
Closure, PrimitiveFunction

public abstract class FunctionBase
extends ValueBase
implements Function

An abstract class providing the portion of the Function interface that comes from the Value interface. Extending this abstract base class is a convenient way for an implementation of Function to meet that part of its obligations.

Author:
max

Constructor Summary
FunctionBase()
           
 
Method Summary
 
Methods inherited from class ValueBase
as
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Function
apply
 
Methods inherited from interface Value
as
 

Constructor Detail

FunctionBase

public FunctionBase()