<TInput, TOutput, TArgument>extends |
BasePipelineInterface<TInput, TOutput, TArgument> |
|---|
| Methods | ||
|---|---|---|
public
|
send<T0, T1>(T0 $payload, T1 $arg = null): EntityPipelineInterface<TInput&T0, TOutput, TArgument&T1>
|
# |
public
|
stream<T0, T1>(iterable<T0> $payload, T1 $arg = null): StreamPipelineInterface<TInput&T0, TOutput, TArgument&T1>
|
# |
| 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 |
|---|
|