this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
Rest
...args: Athis.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.
Rest
...func: Many<((...args) => any)>[]Rest
...args: any[]this.getOrder = {
...this.getOrder,
handler: pipeHandler(this.getOrder.handler, myCustomLogic1, myCustomLogic2, ...)
};
Generated using TypeDoc
Pipe a series of functions together, passing the result of each function to the next. Use for handlers that need to be piped together.