Class Lambda<T extends ACell>

java.lang.Object
Type Parameters:
T - Result type of Closure
All Implemented Interfaces:
IValidated, IWriteable

public class Lambda<T extends ACell> extends AOp<AClosure<T>>
Op responsible for creating a new function (closure). Captures value of local variable bindings during execution. Equivalent to (fn [...] ...)