Used to chain multiple function calls in a curry-like style.
Takes value and apply it to next. Use it's result to create a new chainer.
value
next
chainer
Takes value and apply it to next. Use it's result to create a promise with.
The current value of the chainer.
Generated using TypeDoc
Used to chain multiple function calls in a curry-like style.