<TInput, TOutput, TArgument>extends |
PayloadPipelineInterface<TInput, TOutput, TArgument> |
|---|
| Methods | ||
|---|---|---|
public
|
run(): TOutput
|
# |
public
|
runInto<TNextOutput>(
PipelineInterface<TOutput, TNextOutput, TArgument> $next,
): EntityPipelineInterface<TOutput, TNextOutput, TArgument>
|
# |
| Methods inherited from Salient\Contract\Core\Pipeline\PayloadPipelineInterface |
|---|
withConformity(), getConformity() |
| Methods inherited from Salient\Contract\Core\Pipeline\BasePipelineInterface |
|---|
after(), afterIf(), through(), throughClosure(), throughKeyMap(), then(), thenIf(), cc() |
| Methods inherited from Salient\Contract\Core\Chainable |
|---|
apply(), applyIf(), applyForEach() |
| Constants inherited from Salient\Contract\HasConformity |
|---|
|