Class AFn<T extends ACell>

java.lang.Object
Type Parameters:
T - Return type of functions.
All Implemented Interfaces:
IValidated, IWriteable, IFn<T>
Direct Known Subclasses:
AClosure, ADataFn, CoreFn

public abstract class AFn<T extends ACell> extends ACell implements IFn<T>
Base class for functions expressed as values "You know what's web-scale? The Web. And you know what it is? Dynamically typed." - Stuart Halloway