Class Index | File Index

Classes


Built-In Namespace Function

Method Summary
Method Attributes Method Name and Description
 
 
Given a function f(args.
 
 
 
Converts an object and method anme into a callback that will run the method in the context to the object
Method Detail
andThen(g)

Defined in: utility.js.
Parameters:
g

callsback(g)
Given a function f(args.., callback), and a function g(args.., callback), f.callsback(g) will return a new function h(arg.., callback), that combines the calls to f and g.
Defined in: utility.js.
Parameters:
g

compose(g)

Defined in: utility.js.
Parameters:
g

curry()

Defined in: utility.js.

makeCallback(obj)
Converts an object and method anme into a callback that will run the method in the context to the object
Defined in: utility.js.
Parameters:
obj

Documentation generated by JsDoc Toolkit 2.3.2 on Sun May 09 2010 09:58:04 GMT-0400 (EDT)