Apply an operator to the pipe, but return the reference to the current pipe. The operator is resolved when the overall pipe is resolved.
Apply a transformative operator to the pipe, wrapping it in a Promise and passing the resolve/reject callbacks to the closure.
Get the transformed value from the pipe.
Resolve the value and return it in a sync Pipe
instance.
Apply a transformative operator to the pipe.
Get the transformed value from the pipe. Allows awaiting the pipe directly.
Apply an operator to the pipe, if the check condition fails.
Apply an operator to the pipe, if the check condition passes.
Alias of unless()
.
Get an AsyncPipe with the given value in it.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
An asynchronous version of the Pipe helper.