Calls a pass in this chain with the given arguments.
When this is called for the last pass, the final result would be an args
tuple.
Pass arguments tuple type.
A pass to call.
An array of arguments for the call.
Calls a pass in this chain with each element of the given iterable.
A type of element of iterable.
A pass to call.
Source iterable.
Calls a pass in this chain with the given argument.
When this is called for the last pass, the final result would be arg
.
A pass to call.
Single argument for the call.
Skips the rest of the passes.
Call chain result.
Generated using TypeDoc
A call chain transforming elements of iterable.
Transformations performed when transformed element requested from final iterable.