* @param callable($this): void $callback * @return $this */
(callable $callback)
| 4094 | * @return $this |
| 4095 | */ |
| 4096 | public function tap(callable $callback): static { return $this; } |
| 4097 | |
| 4098 | public function send(mixed $data): static { return $this; } |
| 4099 | public function through(array $pipes): static { return $this; } |