Built-In Namespace Function
Method Attributes | Method Name and Description |
---|---|
andThen(g)
|
|
callsback(g)
Given a function f(args.
|
|
compose(g)
|
|
curry()
|
|
makeCallback(obj)
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.
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.
Defined in: utility.js.
- Parameters:
- obj