Get an AsyncPipe with the current item in the pipe.
Get the item in the pipe.
Like tap, but always returns the original pipe.
Apply the given operator to the item in the pipe, and return a new pipe with the result.
If check
is falsy, apply the given operator to the item in the pipe and return the result.
Otherwise, just return the current pipe unchanged.
If check
is truthy, apply the given operator to the item in the pipe and return the result.
Otherwise, just return the current pipe unchanged.
Alias of unless()
.
Return a new Pipe containing the given subject.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
A class for writing chained/conditional operations in a data-flow manner.
This is useful when you need to do a series of operations on an object, perhaps conditionally.
Say we have a Collection of items, and want to apply some transformations and filtering based on arguments: